Commit 2222dd94 authored by jcole@mugatu.spaceapes.com's avatar jcole@mugatu.spaceapes.com
Browse files

Fixed small bug.

parent 788b2b6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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