We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918c1f9 commit 3370229Copy full SHA for 3370229
src/classes/instances.md
@@ -15,7 +15,7 @@ void main() {
15
}
16
```
17
18
-Very similarly to arrays, the output from printing an instance of a class might seem like gibberish (`Main$Muppet@1be6f5c3`).
+Very similar to arrays, the output from printing an instance of a class might seem like gibberish (`Main$Muppet@1be6f5c3`).
19
You will learn how to make it nicer later.
20
21
[^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