We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0411 commit cbc9517Copy full SHA for cbc9517
src/doc/trpl/guessing-game.md
@@ -147,7 +147,7 @@ a few tricks up their sleeves.
147
148
For example, they’re [immutable][immutable] by default. That’s why our example
149
uses `mut`: it makes a binding mutable, rather than immutable. `let` doesn’t
150
-take a name on the left hand side, it actually accepts a
+take a name on the left hand side of the assignment, it actually accepts a
151
‘[pattern][patterns]’. We’ll use patterns later. It’s easy enough
152
to use for now:
153
0 commit comments