diff options
Diffstat (limited to 'docs')
-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 cd8b7e9..01b971b 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2981,7 +2981,7 @@ specified by the indices is that of <tt>elt</tt>. <h5>Example:</h5> <pre> - %result = insertvalue {i32, float} %agg, 1, 0 <i>; yields {i32, float}</i> + %result = insertvalue {i32, float} %agg, i32 1, 0 <i>; yields {i32, float}</i> </pre> </div> |