diff --git a/doc/langref.html.in b/doc/langref.html.in index b6e5b9435c..a463c0448f 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -379,9 +379,9 @@
In this case, the {#syntax#}!{#endsyntax#} may be omitted from the return
- type because no errors are returned from the function.
+ type of main because no errors are returned from the function.
@@ -2295,7 +2295,7 @@ or {#header_open|Tuples#}
- Anonymous structs can be created without specifying field names, and are referred to as "tuples".
+ Anonymous structs can be created without specifying field names, and are referred to as "tuples". An empty tuple looks like .{} and can be seen in one of the {#link|Hello World examples|Hello World#}.
The fields are implicitly named using numbers starting from 0. Because their names are integers,