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 4e68918683..74027cebe6 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1406,8 +1406,8 @@ Variable argument functions can access their arguments with the <a </td> </tr><tr class="layout"> <td class="left"><tt>{i32, i32} (i32)</tt></td> - <td class="left">A function taking an <tt>i32></tt>, returning two - <tt> i32 </tt> values as an aggregate of type <tt>{ i32, i32 }</tt> + <td class="left">A function taking an <tt>i32</tt>, returning two + <tt>i32</tt> values as an aggregate of type <tt>{ i32, i32 }</tt> </td> </tr> </table> |