Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 96bcbf6

Browse files
committed
I need a type checker
1 parent 859f19f commit 96bcbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graders/style.arr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sharing:
4949
"Line longer than " + num-to-string(MAX-LINE-LENGTH) + " (" +
5050
num-to-string(actual) + ")"
5151
| function-name(name) => "Function name isn't kabab-case: " + name
52-
| variable-name(name) => "Name not kebab-case or CAPITAL-KEBAB-CASE: " + name
52+
| other-name(name) => "Name not kebab-case or CAPITAL-KEBAB-CASE: " + name
5353
| function-spacing => "Missing blank line before top-level function"
5454
end
5555
end

0 commit comments

Comments
 (0)