Skip to content

Commit 4b0c4f2

Browse files
committed
its typo
1 parent a2e345c commit 4b0c4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/arrays.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $(H2 $(LNAME2 array-kinds, Kinds))
1919
$(H3 $(LNAME2 pointers, Pointers))
2020

2121
$(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
22+
object of type $(D T). It is commonly called a $(I pointer to T) and its type is
2323
`T*`. To access the object value, use the `*` dereference operator:
2424
)
2525

0 commit comments

Comments
 (0)