Files
wren/doc/site
Bob Nystrom 6ff60a8c4a docs: correct encapsulation docs to state fields are private not protected in Wren
The documentation incorrectly described Wren fields as "protected" when they are actually "private". Updated the encapsulation section to accurately reflect that fields can only be accessed within the defining class, not by subclasses. This fixes issue #237.
2015-03-27 13:46:12 +00:00
..