Skip to content

Commit feb8e64

Browse files
committed
Adjust docs
1 parent 27130d4 commit feb8e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ You can control which parts of the world are visible for each client by setting
588588
in [`ServerPlugin`] to [`VisibilityPolicy::Whitelist`] or [`VisibilityPolicy::Blacklist`].
589589
590590
In order to set which entity is visible, you need to use the [`ClientVisibility`] component
591-
on connected clients.
591+
on replicated clients.
592592
593593
```
594594
# use bevy::prelude::*;

0 commit comments

Comments
 (0)