Skip to content

Commit 551af09

Browse files
committed
Make suggested edits
1 parent e22187e commit 551af09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctod.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ for (i = 0; i < sizeof(array) / sizeof(array[0]); i++)
295295

296296
$(H4 The D Way)
297297

298-
The length of an array is accessible through the property `length`.
298+
The length of an array is accessible through the `length` property.
299299

300300
----------------------------
301301
int[17] array;
@@ -582,7 +582,7 @@ $(H3 <a name="tagspace">Struct tag name space</a>)
582582

583583
$(H4 The C Way)
584584

585-
It's annoying to have to put the `struct` keyword every time a type is specified,
585+
It's annoying to have to use the `struct` keyword every time a type is specified,
586586
so a common idiom is to use:
587587

588588
$(CCODE

0 commit comments

Comments
 (0)