Skip to content

Commit

Permalink
fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darvil82 authored Aug 14, 2024
1 parent fd2b6b4 commit 9c83217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@InitDef
public static void beforeInit(@NotNull CommandBuildContext ctx) {
// configure the argument "age" to have an argument type of
// number range and set the range to 1-100
// number range and set the range to 18-100
ctx.argWithType("age", new NumberRangeArgumentType<>(18, 100))
.onOk(v -> System.out.println("The age is valid!"));
}
Expand Down Expand Up @@ -64,4 +64,4 @@ Check out the [website](https://darvil82.github.io/lanat-web/) for more informat
[Click here](https://darvil82.github.io/lanat-docs/acquire-lanat.html) to get started with Lanat, and to check out the
full documentation of the latest stable version.

Javadocs for the latest stable version is available [here](https://darvil82.github.io/lanat/).
Javadocs for the latest stable version is available [here](https://darvil82.github.io/lanat/).

0 comments on commit 9c83217

Please sign in to comment.