diff scripts/linear-algebra/norm.m @ 1518:84bd88b8acee

[project @ 1995-10-04 03:35:16 by jwe]
author jwe
date Wed, 04 Oct 1995 03:45:06 +0000
parents f362012138a7
children 5d29638dd524
line wrap: on
line diff
--- a/scripts/linear-algebra/norm.m
+++ b/scripts/linear-algebra/norm.m
@@ -45,7 +45,7 @@
 # See also: cond, svd
 
   if (nargin < 1 || nargin > 2)
-    error ("usage: norm (x [, p])")
+    error ("usage: norm (x [, p])");
   endif
 
   if (isempty (x))