Use simple quote in runtime::window docs

This commit is contained in:
Héctor Ramón Jiménez 2025-01-16 11:18:15 +00:00
parent e3f149d932
commit 61d4423015
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -32,14 +32,14 @@ pub enum Action {
/// Move the window with the left mouse button until the button is
/// released.
///
/// Theres 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.
///
/// Theres 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),