diff doc/interpreter/set.txi @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 083721ae3dfa
children fd42779a8428
line wrap: on
line diff
--- a/doc/interpreter/set.txi
+++ b/doc/interpreter/set.txi
@@ -6,7 +6,7 @@
 @chapter Sets
 
 Octave has a limited set of functions for managing sets of data, where a
-set is defined as a collection unique elements.  In Octave a set is
+set is defined as a collection of unique elements.  In Octave a set is
 represented as a vector of numbers.
 
 @DOCSTRING(create_set)