changeset 8100:da2fbd22d672

First sentence of a doc string should read like a command
author Thomas Weber <thomas.weber.mail@gmail.com>
date Thu, 11 Sep 2008 15:53:37 -0400
parents e0a6e54f5a19
children 86955a1559c5
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	Wed Sep 10 12:38:04 2008 -0400
+++ b/src/DLD-FUNCTIONS/typecast.cc	Thu Sep 11 15:53:37 2008 -0400
@@ -131,7 +131,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\