Skip to content

Commit f9de2a7

Browse files
fixes for previous commit
1 parent c37e36a commit f9de2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Specs.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public class Specs {
386386
["round %n", "r", 8, "rounded", ""],
387387
["-"],
388388
["%m.mathOp of %n", "r", 8, "computeFunction:of:", "sqrt", 9],
389-
["digital root of %n," "r", 8, "digitalRootOf:", "1234"],
389+
["digital root of %n", "r", 8, "digitalRootOf:", "1234"],
390390
["the constant %m.constantName", "r", 8, "chooseConstant:", "Pi"],
391391
["reverse %s", "r", 8, "reverseString:", "hello"],
392392
["split %s from letter %n to %n", "r", 8, "splitStringFrom:", "Foobar", "1", "3"],

0 commit comments

Comments
 (0)