changeset 11838:8c69552f5906 release-3-0-x

First sentence of a doc string should read like a command
author Thomas Weber <thomas.weber.mail@gmail.com>
date Mon, 15 Sep 2008 08:10:42 +0200
parents e76649d19a1a
children 3497833c876c
files src/DLD-FUNCTIONS/typecast.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/typecast.cc
+++ b/src/DLD-FUNCTIONS/typecast.cc
@@ -125,7 +125,7 @@
 DEFUN_DLD (typecast, args, ,
   " -*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} typecast (@var{x}, @var{type})\n\
-Converts from one datatype to another without changing the underlying\n\
+Convert from one datatype to another without changing the underlying\n\
 data. The argument @var{type} defines the type of the return argument\n\
 and must be one of 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16',\n\
 'int32', 'int64', 'single' or 'double'.\n\