mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +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
|
@ -229,7 +229,7 @@ pub struct VRef<'a, T: ?Sized + VTableMeta> {
|
|||
phantom: PhantomData<&'a T::Target>,
|
||||
}
|
||||
|
||||
// Need to implement manually otheriwse it is not implemented if T do not implement Copy / Clone
|
||||
// Need to implement manually otherwise it is not implemented if T does not implement Copy / Clone
|
||||
impl<'a, T: ?Sized + VTableMeta> Copy for VRef<'a, T> {}
|
||||
|
||||
impl<'a, T: ?Sized + VTableMeta> Clone for VRef<'a, T> {
|
||||
|
@ -541,7 +541,7 @@ impl<Base, T: ?Sized + VTableMeta> VOffset<Base, T, AllowPin> {
|
|||
}
|
||||
}
|
||||
|
||||
// Need to implement manually otheriwse it is not implemented if T do not implement Copy / Clone
|
||||
// Need to implement manually otherwise it is not implemented if T does not implement Copy / Clone
|
||||
impl<Base, T: ?Sized + VTableMeta, Flag> Copy for VOffset<Base, T, Flag> {}
|
||||
|
||||
impl<Base, T: ?Sized + VTableMeta, Flag> Clone for VOffset<Base, T, Flag> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue