diff doc/interpreter/expr.txi @ 14119:94e2a76f1e5a stable

doc: Final grammarcheck and spellcheck before 3.6.0 release. * container.txi, aspell-octave.en.pws, expr.txi, vectorize.txi, accumarray.m, accumdim.m, interpft.m, strread.m, parseparams.m, warning_ids.m, cellfun.cc, help.cc: grammarcheck and spellcheck docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 29 Dec 2011 06:05:00 -0800
parents 951eacaf9381
children 72c96de7a403
line wrap: on
line diff
--- a/doc/interpreter/expr.txi	Tue Dec 27 19:06:37 2011 -0500
+++ b/doc/interpreter/expr.txi	Thu Dec 29 06:05:00 2011 -0800
@@ -512,7 +512,7 @@
 @cindex complex-conjugate transpose
 
 The following arithmetic operators are available, and work on scalars
-and matrices. They element-by-element operators and functions broadcast
+and matrices.  The element-by-element operators and functions broadcast
 (@pxref{Broadcasting}).
 
 @table @asis
@@ -717,7 +717,7 @@
 All of Octave's comparison operators return a value of 1 if the
 comparison is true, or 0 if it is false.  For matrix values, they all
 work on an element-by-element basis.  Broadcasting rules apply.
-@xref{Broadcasting}. For example:
+@xref{Broadcasting}.  For example:
 
 @example
 @group
@@ -864,7 +864,7 @@
 @var{boolean} is false.
 @end table
 
-These operators work on an element-by-element basis. For example, the
+These operators work on an element-by-element basis.  For example, the
 expression
 
 @example
@@ -874,7 +874,7 @@
 @noindent
 returns a two by two identity matrix.
 
-For the binary operators, broadcasting rules apply. @xref{Broadcasting}.
+For the binary operators, broadcasting rules apply.  @xref{Broadcasting}.
 In particular, if one of the operands is a scalar and the other a
 matrix, the operator is applied to the scalar and each element of the
 matrix.