Files
wren/doc/site/modules/core
Bob Nystrom 00d4fca59a fix: replace square bracket parameter notation with backtick formatting in system docs
The documentation for `System.print` and `System.printAll` used square brackets
(e.g., `[object]`, `[sequence]`) to denote parameters, which is inconsistent
with the project's standard backtick formatting. This change updates both
descriptions to use backtick-wrapped parameter names (`object`, `sequence`).
2015-12-30 06:35:14 +00:00
..