diff --git a/docs/LangRef.html b/docs/LangRef.html index bbc06116f81..16a23f5809a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -440,7 +440,7 @@ All Global Variables and Functions have one of the following types of linkage:
"weak" linkage is exactly the same as linkonce linkage, except that unreferenced weak globals may not be discarded. This is - used to implement constructs in C such as "i32 X;" at global scope. + used to implement constructs in C such as "int X;" at global scope.
appending: