Skip to content

Commit

Permalink
fix docs for VisibilityPolicy (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Jan 28, 2024
1 parent 90bef85 commit 49a2af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ pub enum VisibilityPolicy {
/// All entities are visible by default and visibility can't be changed.
#[default]
All,
/// All entities are hidden by default and should be explicitly registered to be visible.
Blacklist,
/// All entities are visible by default and should be explicitly registered to be hidden.
Blacklist,
/// All entities are hidden by default and should be explicitly registered to be visible.
Whitelist,
}

Expand Down

0 comments on commit 49a2af2

Please sign in to comment.