1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 09:04:50 +02:00

Comment typo fix

This commit is contained in:
Heiko Schaefer 2023-07-06 15:13:31 +02:00
parent bc078b754d
commit 1d5cc1c111
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -24,7 +24,7 @@ class Paths(private val _paths: MutableList<Item>) {
/**
* Add a [Path] to the list.
*
* @throws IllegalArgumentException if the given amount is smaller of equal to the paths trust amount.
* @throws IllegalArgumentException if the given amount is smaller or equal to the paths trust amount.
*/
fun add(path: Path, amount: Int) {
require(amount <= path.amount) {