diff scripts/plot/ylim.m @ 11189:a3cb42b394eb

Fix typos in docstring and demo string.
author Rik <octave@nomad.inbox5.com>
date Wed, 03 Nov 2010 17:28:05 -0700
parents 39ae406df598
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/ylim.m
+++ b/scripts/plot/ylim.m
@@ -32,7 +32,7 @@
 ## current plotting mode can be set by passing either 'auto' or 'manual' 
 ## as the argument.
 ##
-## If passed an handle as the first argument, then operate on this handle
+## If passed a handle as the first argument, then operate on this handle
 ## rather than the current axes handle.
 ## @seealso{xlim, zlim, set, get, gca}
 ## @end deftypefn