Fix typo in docs for ViewVisibility (#10979)

Simple doc fix.
This commit is contained in:
Nathan Fox 2023-12-14 12:25:48 -05:00 committed by GitHub
parent c4aea07753
commit 381277d6c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ impl InheritedVisibility {
}
}
/// Algorithmically-computed indication or whether an entity is visible and should be extracted for rendering.
/// Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering.
///
/// Each frame, this will be reset to `false` during [`VisibilityPropagate`] systems in [`PostUpdate`].
/// Later in the frame, systems in [`CheckVisibility`] will mark any visible entities using [`ViewVisibility::set`].