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 e22187e commit 551af09Copy full SHA for 551af09
ctod.dd
@@ -295,7 +295,7 @@ for (i = 0; i < sizeof(array) / sizeof(array[0]); i++)
295
296
$(H4 The D Way)
297
298
-The length of an array is accessible through the property `length`.
+The length of an array is accessible through the `length` property.
299
300
----------------------------
301
int[17] array;
@@ -582,7 +582,7 @@ $(H3 <a name="tagspace">Struct tag name space</a>)
582
583
$(H4 The C Way)
584
585
- It's annoying to have to put the `struct` keyword every time a type is specified,
+ It's annoying to have to use the `struct` keyword every time a type is specified,
586
so a common idiom is to use:
587
588
$(CCODE
0 commit comments