Skip to content

Conversation

@soncastro
Copy link

@soncastro soncastro commented Nov 11, 2025

docs: Correct Javadoc logic for MonetaryAmount.isLessThan(MonetaryAmount)

This pull request corrects the Javadoc logic for the isLessThan method.

Flipped "amount < this" to "this < amount" in the Javadoc for MonetaryAmount.isLessThan(MonetaryAmount).

Closes #153


This change is Reviewable

@soncastro soncastro marked this pull request as draft November 11, 2025 20:02
@soncastro soncastro marked this pull request as ready for review November 11, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convenience comparison function javadoc doesn't match implementation

1 participant