diff scripts/specfun/nthroot.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents fbd7843974fa
children 1740012184f9
line wrap: on
line diff
--- a/scripts/specfun/nthroot.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/specfun/nthroot.m	Mon Jul 26 21:25:36 2010 -0700
@@ -24,7 +24,7 @@
 ## @deftypefn {Function File} {} nthroot (@var{x}, @var{n})
 ## 
 ## Compute the n-th root of @var{x}, returning real results for real 
-## components of @var{x}.  For example
+## components of @var{x}.  For example:
 ##
 ## @example
 ## @group