chore: latest typos
This commit is contained in:
parent
7a21858d29
commit
779f52a21f
4 changed files with 4 additions and 4 deletions
|
|
@ -763,7 +763,7 @@ pub struct KeyEvent {
|
|||
///
|
||||
/// # Example
|
||||
///
|
||||
/// In games, you often want to ignore repated key events - this can be
|
||||
/// In games, you often want to ignore repeated key events - this can be
|
||||
/// done by ignoring events where this property is set.
|
||||
///
|
||||
/// ```no_run
|
||||
|
|
|
|||
|
|
@ -1785,7 +1785,7 @@ pub enum ImeRequest {
|
|||
///
|
||||
/// **Requesting to update data matching not enabled capabilities will result in update
|
||||
/// being ignored.** The winit backend in such cases is recommended to log a warning. This
|
||||
/// appiles to both [`ImeRequest::Enable`] and [`ImeRequest::Update`]. For details on
|
||||
/// applies to both [`ImeRequest::Enable`] and [`ImeRequest::Update`]. For details on
|
||||
/// capabilities refer to [`ImeCapabilities`].
|
||||
///
|
||||
/// To update the [`ImeCapabilities`], the IME must be disabled and then re-enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue