venkateshwaracholan opened a new issue, #4833:
URL: https://github.com/apache/polaris/issues/4833
### Describe the bug
The public Javadocs in `MemorySize` contain a couple of minor grammatical
issues that can make the documentation less clear for users of the API.
### Affected Locations
* **Class-level Javadoc** (around lines 53–54)
Current text:
```text
calls to asLong() the result in an ArithmeticException
```
Suggested correction:
```text
calls to asLong() may result in an ArithmeticException
```
* **`valueOf(String)` Javadoc** (around line 187)
Current text:
```text
If the value contain no suffix
```
These are documentation-only corrections intended to improve readability and
professionalism of the public API documentation. No code, behavior, or
functionality is affected by this change.
### To Reproduce
_No response_
### Actual Behavior
_No response_
### Expected Behavior
_No response_
### Additional context
_No response_
### System information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]