diff doc/interpreter/expr.txi @ 6939:46d1ad37d943

[project @ 2007-10-01 16:12:20 by jwe]
author jwe
date Mon, 01 Oct 2007 16:12:20 +0000
parents 083721ae3dfa
children 8b0cfeb06365
line wrap: on
line diff
--- a/doc/interpreter/expr.txi
+++ b/doc/interpreter/expr.txi
@@ -113,7 +113,7 @@
 desired result.  @xref{Special Utility Matrices}.
 
 It is also possible to create a matrix with different values. The
-following example create a 10 dimensional row vector @math{a} containing
+following example creates a 10 dimensional row vector @math{a} containing
 the values
 @iftex
 @tex
@@ -314,7 +314,7 @@
 @subsection Recursion
 @cindex factorial function
 
-With some restrictions@footnote{Some of Octave's function are
+With some restrictions@footnote{Some of Octave's functions are
 implemented in terms of functions that cannot be called recursively.
 For example, the ODE solver @code{lsode} is ultimately implemented in a
 Fortran subroutine that cannot be called recursively, so @code{lsode}