Mercurial > hg > octave-lyh
diff scripts/plot/specular.m @ 17403:ed149e891876
doc: Remove accidental double space before @var command.
* scripts/image/rgb2ind.m, scripts/plot/scatter.m, scripts/plot/specular.m:
Remove accidental double space before @var command.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 09 Sep 2013 08:47:06 -0700 (2013-09-09) |
parents | 1c89599167a6 |
children |
line wrap: on
line diff
--- a/scripts/plot/specular.m +++ b/scripts/plot/specular.m @@ -23,7 +23,7 @@ ## vector elements @var{sx}, @var{sy}, @var{sz} using Phong's approximation. ## ## The light source location and viewer location vectors can be specified using -## parameter @var{lv} and @var{vv} respectively. The location vectors can +## parameter @var{lv} and @var{vv} respectively. The location vectors can ## given as 2-element vectors [azimuth, elevation] in degrees or as 3-element ## vectors [x, y, z]. ##