Skip to content

Commit 56bbba6

Browse files
committed
Fix grammar
1 parent 9106e28 commit 56bbba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boxed_primitives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void main() {
2424
}
2525
```
2626

27-
We call these primitives which might be null "Boxed Primitives" because you they are made by taking
27+
We call these primitives which might be null "Boxed Primitives" because they are made by taking
2828
the underlying thing and putting it in a "box."[^boxing]
2929

3030

0 commit comments

Comments
 (0)