Update doc comment to increase consistency

This commit is contained in:
Hanno Braun 2024-11-15 18:37:48 +01:00
parent 4805298357
commit dbe30fb308

View File

@ -243,7 +243,7 @@ impl Camera {
self.translation = transform.extract_translation();
}
/// # Apply a translation to the camera
/// # Apply a translation
pub fn apply_translation(
&mut self,
previous: NormalizedScreenPosition,