Fix typos discovered by codespell

This commit is contained in:
Christian Clauss 2024-01-25 18:32:32 +01:00
parent 2b844f5cb5
commit cff2e8bbe0
12 changed files with 18 additions and 18 deletions

View file

@ -40,7 +40,7 @@ impl Overlay {
self
}
/// Sets the position in window co-ordinates
/// Sets the position in window coordinates
/// (otherwise the location the overlay is rendered is used)
pub fn position(mut self, anchor: Point<Pixels>) -> Self {
self.anchor_position = Some(anchor);