You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
Correct spelling
## Solution
Fix typos, specifically ones that I found in folders other than /crates
## Testing
CI
---------
Co-authored-by: Alice Cecile <[email protected]>
Copy file name to clipboardExpand all lines: examples/ui/viewport_debug.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
//! A simple example for debugging viewport coordinates
2
2
//!
3
-
//! This example creates two uinode trees, one using viewport coordinates and one using pixel coordinates,
3
+
//! This example creates two UI node trees, one using viewport coordinates and one using pixel coordinates,
4
4
//! and then switches between them once per second using the `Display` style property.
5
-
//! If there are no problems both layouts should be identical, except for the color of the margin changing which is used to signal that the displayed uinode tree has changed
5
+
//! If there are no problems both layouts should be identical, except for the color of the margin changing which is used to signal that the displayed UI node tree has changed
0 commit comments