mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix typos
Ran `typos .` and fixed all typos that do make sense. https://crates.io/crates/typos
This commit is contained in:
parent
dec3bff5e2
commit
346d1c2df3
70 changed files with 106 additions and 106 deletions
|
@ -9,7 +9,7 @@ use i_slint_core::graphics::{RequestedGraphicsAPI, RequestedOpenGLVersion};
|
|||
|
||||
#[i_slint_core_macros::slint_doc]
|
||||
/// Use the BackendSelector to configure one of Slint's built-in [backends with a renderer](slint:backends_and_renderers)
|
||||
/// to accomodate specific needs of your application. This is a programmatic substitute for
|
||||
/// to accommodate specific needs of your application. This is a programmatic substitute for
|
||||
/// the `SLINT_BACKEND` environment variable.
|
||||
///
|
||||
/// For example, to configure Slint to use a renderer that supports OpenGL ES 3.0, configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue