diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 41128c3..096acf2 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -763,8 +763,8 @@ a power of 2.</p> </div> <div class="doc_text"> <p>Aliases act as "second name" for the aliasee value (which can be either - function or global variable or bitcast of global value). Aliases may have an - optional <a href="#linkage">linkage type</a>, and an + function, global variable, another alias or bitcast of global value). Aliases + may have an optional <a href="#linkage">linkage type</a>, and an optional <a href="#visibility">visibility style</a>.</p> <h5>Syntax:</h5> |