diff options
Diffstat (limited to 'src/clients/client.rs')
-rw-r--r-- | src/clients/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/client.rs b/src/clients/client.rs index c8fca6c..03afc16 100644 --- a/src/clients/client.rs +++ b/src/clients/client.rs @@ -62,7 +62,7 @@ impl Client { } } - /// Send a configure configure notify event with the current geometry. + /// Send a configure notify event with the current geometry. pub fn configure_notify(&self, conn: &Connection<'_>) { conn.send_request(&SendEvent { destination: SendEventDest::Window(self.window), |