diff options
-rw-r--r-- | docs/LangRef.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index fb1c768d8f..90308a45d2 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1913,9 +1913,9 @@ in signal handlers).</p> <div> <p>Aggregate Types are a subset of derived types that can contain multiple - member types. <a href="#t_array">Arrays</a>, - <a href="#t_struct">structs</a>, and <a href="#t_vector">vectors</a> are - aggregate types.</p> + member types. <a href="#t_array">Arrays</a> and + <a href="#t_struct">structs</a> are aggregate types. + <a href="#t_vector">Vectors</a> are not considered to be aggregate types.</p> </div> |