diff options
Diffstat (limited to 'sierpinski.scm')
-rw-r--r-- | sierpinski.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sierpinski.scm b/sierpinski.scm index a4de2d6..6300e8a 100644 --- a/sierpinski.scm +++ b/sierpinski.scm @@ -10,7 +10,7 @@ (lambda (x y) (if (not (and (<= 0 x max-coordinate) (<= 0 y max-coordinate))) - (slib:error 'sierpinski-index + (slib:error 'sierpinski-index "Coordinate exceeds specified maximum.") ; ; The following two mutually recursive procedures |