diff options
-rw-r--r-- | Docs/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/internals.texi b/Docs/internals.texi index 5bf5fc35344..8f358982ded 100644 --- a/Docs/internals.texi +++ b/Docs/internals.texi @@ -304,7 +304,7 @@ Put a space after @samp{,} for function arguments Functions return @samp{0} on success, and non-zero on error, so you can do: @example -if(a() || b() || c()) { error("something went wrong"); } +if(a() || b() || c()) @{ error("something went wrong"); @} @end example @item |