Skip to content

Commit d9fb794

Browse files
author
Marije Baalman
committed
Tools: fix comment in IntegerSpec
1 parent e779876 commit d9fb794

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modality/Classes/Tools/IntegerSpec.sc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*
2-
map from one integer spec to another
2+
clip to an integer range and ensure integer type
33
*/
44
IntegerClip {
55
var <minval,<maxval, <default;
66

7+
78
*new { |minval, maxval, default|
89
^super.newCopyArgs( minval,maxval,default ).init;
910
}

0 commit comments

Comments
 (0)