Skip to content

Commit d879f9f

Browse files
jeremyevansbyroot
authored andcommitted
[DOC] Fix example in Ruby::Box documentation
1 parent b04e61c commit d879f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/language/box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ yay #=> "foo"
243243
box = Ruby::Box.new
244244
box.require('foo')
245245

246-
box.Foo.say #=> "foo"
246+
box::Foo.say #=> "foo"
247247

248248
yay # NoMethodError
249249
```

0 commit comments

Comments
 (0)