Skip to content

Commit bb9d218

Browse files
authored
Merge pull request #2139 from Shopify/at-fix-syntax
Fix typo in `instance` usage example
2 parents 5cda345 + ec12054 commit bb9d218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax.md

+1-1
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)