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 9106e28 commit 56bbba6Copy full SHA for 56bbba6
src/boxed_primitives.md
@@ -24,7 +24,7 @@ void main() {
24
}
25
```
26
27
-We call these primitives which might be null "Boxed Primitives" because you they are made by taking
+We call these primitives which might be null "Boxed Primitives" because they are made by taking
28
the underlying thing and putting it in a "box."[^boxing]
29
30
0 commit comments