mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-24 11:57:59 +01:00
Comment typo fix
This commit is contained in:
parent
e08ad71117
commit
3a4c35dc2a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue