Use simple quote in runtime::window docs
This commit is contained in:
parent
e3f149d932
commit
61d4423015
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue