mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
Janitor: Fix typos in comments and user-facing strings
Also adapt tests for error messages containing the fixed strings. No behavior change is intended!
This commit is contained in:
parent
4b12ed03cf
commit
13d7f5e7bd
96 changed files with 290 additions and 288 deletions
|
@ -179,7 +179,7 @@ union TransmutePinFlag<Container, Field, PinFlag> {
|
|||
y: FieldOffset<Container, Field>,
|
||||
}
|
||||
|
||||
/// Helper class used as the result of the addition of two stype that implement the `ConstFieldOffset` trait
|
||||
/// Helper class used as the result of the addition of two types that implement the `ConstFieldOffset` trait
|
||||
#[derive(Copy, Clone)]
|
||||
#[cfg(feature = "field-offset-trait")]
|
||||
pub struct ConstFieldOffsetSum<A: ConstFieldOffset, B: ConstFieldOffset>(pub A, pub B);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue