Skip to content

Commit f26a001

Browse files
committed
Fix typo in instance usage example
Signed-off-by: Alexandre Terrasa <[email protected]>
1 parent a0f37a9 commit f26a001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class Foo
291291
292292
def foo: () -> instance
293293
294-
@@foos: Array[instances]
294+
@@foos: Array[instance]
295295
296296
include Enumerable[class]
297297
end

0 commit comments

Comments
 (0)