mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +01:00
Comment typo fix
This commit is contained in:
parent
bc078b754d
commit
1d5cc1c111
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.
|
* 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) {
|
fun add(path: Path, amount: Int) {
|
||||||
require(amount <= path.amount) {
|
require(amount <= path.amount) {
|
||||||
|
|
Loading…
Reference in a new issue