diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 56b3f62e..498bbbb4 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -469,8 +469,9 @@ C type</a>.</li> | |||
469 | when a single initializer is given. Otherwise they are treated like | 469 | when a single initializer is given. Otherwise they are treated like |
470 | regular arrays.</li> | 470 | regular arrays.</li> |
471 | 471 | ||
472 | <li>Aggregate types (arrays and structs) accept either a single | 472 | <li>Aggregate types (arrays and structs) accept either a single cdata |
473 | <a href="#init_table">table initializer</a> or a flat list of | 473 | initializer of the same type (copy constructor), a single |
474 | <a href="#init_table">table initializer</a>, or a flat list of | ||
474 | initializers.</li> | 475 | initializers.</li> |
475 | 476 | ||
476 | <li>The elements of an array are initialized, starting at index zero. | 477 | <li>The elements of an array are initialized, starting at index zero. |