Skip to content

Commit 79ac74f

Browse files
committed
Fix varaible typo
1 parent f4b5147 commit 79ac74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-04-27-Rust-1.17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let p = Point {
7575
};
7676
```
7777

78-
That is, the `x, y` form will assume that its values are set to a varaible
78+
That is, the `x, y` form will assume that its values are set to a variable
7979
with the same name in its scope.
8080

8181
For another small quality of life improvement, it's common for new Rustaceans to

0 commit comments

Comments
 (0)