diff doc/interpreter/expr.txi @ 10711:fbd7843974fa

Periodic grammar check of documentation files to ensure common format.
author Rik <octave@nomad.inbox5.com>
date Wed, 16 Jun 2010 20:36:55 -0700
parents 0d928dd9eeb8
children 322f43e0e170
line wrap: on
line diff
--- a/doc/interpreter/expr.txi
+++ b/doc/interpreter/expr.txi
@@ -826,7 +826,7 @@
 arguments because Octave would be forced to try to evaluate both of the
 operands for the operator @samp{&}.
 
-The ternary operator (?:) is not supported in Octave. If short-circuiting is
+The ternary operator (?:) is not supported in Octave.  If short-circuiting is
 not important, it can be replaced by the @code{ifelse} function.
 
 @DOCSTRING(ifelse)