The documentation examples for the `from`, `to`, and `max` properties of the Range class were incorrectly calling `.min` instead of the actual method names. Updated the code samples in the `from`, `to`, and `max` sections to use the correct method calls, ensuring the examples match the documented property names and produce the expected output values.