hir: Fix documentation on previously changed Visibility struct

This commit is contained in:
Arthur Cohen 2022-04-21 16:13:16 +02:00
parent bfe8ffef86
commit e70aa7f262
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ public:
const Analysis::NodeMapping &get_mappings () const { return mappings; }
};
// Visibility of item - if the item has it, then it is some form of public
// Visibility of an item
struct Visibility
{
public: