From 61d4423015deb8ec474b0efa7ba71c410b928d7f Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 16 Jan 2025 11:18:15 +0000 Subject: Use simple quote in `runtime::window` docs --- runtime/src/window.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/src/window.rs b/runtime/src/window.rs index 64395993..183fab97 100644 --- a/runtime/src/window.rs +++ b/runtime/src/window.rs @@ -32,14 +32,14 @@ pub enum Action { /// Move the window with the left mouse button until the button is /// released. /// - /// There’s no guarantee that this will work unless the left mouse + /// There's no guarantee that this will work unless the left mouse /// button was pressed immediately before this function is called. Drag(Id), /// Resize the window with the left mouse button until the button is /// released. /// - /// There’s no guarantee that this will work unless the left mouse + /// There's no guarantee that this will work unless the left mouse /// button was pressed immediately before this function is called. DragResize(Id, Direction), -- cgit