Skip to content

Commit

Permalink
doc: correct grammar (#7801)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkshnwesper authored Jan 4, 2021
1 parent 040b923 commit d5b510d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ It works like this:
```v oksyntax
mut x := MySumType(MyStruct{123})
if mut x is MyStruct {
// x is casted to MyStruct even it's mutable
// x is casted to MyStruct even if it's mutable
// without the mut keyword that wouldn't work
println(x)
}
Expand Down

0 comments on commit d5b510d

Please sign in to comment.