diff --git a/src/desktop/space/mod.rs b/src/desktop/space/mod.rs index c52a2cd8f7b7..eb54ba056219 100644 --- a/src/desktop/space/mod.rs +++ b/src/desktop/space/mod.rs @@ -283,7 +283,7 @@ impl Space { /// Returns the geometry of the output including it's relative position inside the space. /// /// The size is matching the amount of logical pixels of the space visible on the output - /// given is current mode and scale. + /// given its current mode and scale. pub fn output_geometry(&self, o: &Output) -> Option> { if !self.outputs.contains(o) { return None;