Files
wren/doc/site
Bob Nystrom de5faf5108 fix: correct method examples in Range docs to use from/to/max instead of min
The documentation examples for the `from`, `to`, and `max` properties of the Range class were incorrectly using `.min` in their code samples. Updated the examples in `doc/site/modules/core/range.markdown` to call the correct methods: `.from` for the `from` property, `.to` for the `to` property, and `.max` for the `max` property, ensuring the printed output values match the documented behavior.
2017-10-31 23:24:58 +00:00
..