Skip to content

Commit

Permalink
Javadoc Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
  • Loading branch information
thibaultmeyer committed Mar 19, 2023
1 parent 56ac2f4 commit c55aa79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Contains the exceptions that can be thrown when generating or manipulating a CUID..
* Contains the exceptions that can be thrown when generating or manipulating a CUID.
*
* @since 2.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* final boolean isValid = CUID.isValid("cl9gts1kw00393647w1z4v2tc");
* System.out.println("Is 'cl9gts1kw00393647w1z4v2tc' a valid CUID ? " + isValid);
* }</pre>
*
* @since 1.0.0
*/
package io.github.thibaultmeyer.cuid;

0 comments on commit c55aa79

Please sign in to comment.