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 a2e345c commit 4b0c4f2Copy full SHA for 4b0c4f2
spec/arrays.dd
@@ -19,7 +19,7 @@ $(H2 $(LNAME2 array-kinds, Kinds))
19
$(H3 $(LNAME2 pointers, Pointers))
20
21
$(P A pointer to type $(D T) has a value which is a reference (address) to another
22
- object of type $(D T). It is commonly called a $(I pointer to T) and it's type is
+ object of type $(D T). It is commonly called a $(I pointer to T) and its type is
23
`T*`. To access the object value, use the `*` dereference operator:
24
)
25
0 commit comments