Mercurial > hg > octave-lyh
diff scripts/plot/gco.m @ 15010:f7bcfb3b96e7
doc: Fix typo in docstring for gco.m
* gco.m: Change 'and empty' to 'an empty'.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 24 Jul 2012 13:40:26 -0700 |
parents | 8f0e3c5bfa5f |
children | fa8f3955e70a |
line wrap: on
line diff
--- a/scripts/plot/gco.m +++ b/scripts/plot/gco.m @@ -27,7 +27,7 @@ ## If the last mouse click didn't occur on any child object of the figure, ## the current object is the figure itself. ## -## If no mouse click occured in the target figure, this function returns and +## If no mouse click occured in the target figure, this function returns an ## empty matrix. ## ## Note that the value returned by this function is not necessarily the same