mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Fix typo
Installing that code spell checker is distracting :)
This commit is contained in:
parent
a58daa31c9
commit
6ae940433e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ use std::cell::{Cell, RefCell};
|
|||
pub struct CachedRenderingData {
|
||||
/// Used and modified by the backend, should be initialized to 0 by the user code
|
||||
pub(crate) cache_index: Cell<usize>,
|
||||
/// Used and modified by the backend, should be initilized to 0 by the user code.
|
||||
/// Used and modified by the backend, should be initialized to 0 by the user code.
|
||||
/// The backend compares this generation against the one of the cache to verify
|
||||
/// the validity of the cache_index field.
|
||||
pub(crate) cache_generation: Cell<usize>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue