Skip to content

Commit 3370229

Browse files
committed
Fix grammar
1 parent 918c1f9 commit 3370229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void main() {
1515
}
1616
```
1717

18-
Very similarly to arrays, the output from printing an instance of a class might seem like gibberish (`Main$Muppet@1be6f5c3`).
18+
Very similar to arrays, the output from printing an instance of a class might seem like gibberish (`Main$Muppet@1be6f5c3`).
1919
You will learn how to make it nicer later.
2020

2121
[^var]: I haven't used it in many code samples thus far, but if you remember `var` this is one of the times

0 commit comments

Comments
 (0)