diff options
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 2c38a6c55f..7422d72a59 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -789,7 +789,7 @@ define i32 @main() { <i>; i32()* </i> </pre> <p>You may give a name to any <a href="#typesystem">type</a> except - "<a href="t_void">void</a>". Type name aliases may be used anywhere a type + "<a href="#t_void">void</a>". Type name aliases may be used anywhere a type is expected with the syntax "%mytype".</p> <p>Note that type names are aliases for the structural type that they indicate, |