aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ext_ffi_semantics.html5
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&nbsp;type</a>.</li>
469when a single initializer is given. Otherwise they are treated like 469when a single initializer is given. Otherwise they are treated like
470regular arrays.</li> 470regular 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 473initializer of the same type (copy constructor), a single
474<a href="#init_table">table initializer</a>, or a flat list of
474initializers.</li> 475initializers.</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.