Skip to content

Commit c55aa79

Browse files
committed
Javadoc Typo
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
1 parent 56ac2f4 commit c55aa79

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/io/github/thibaultmeyer/cuid/exception/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Contains the exceptions that can be thrown when generating or manipulating a CUID..
2+
* Contains the exceptions that can be thrown when generating or manipulating a CUID.
33
*
44
* @since 2.0.0
55
*/

src/main/java/io/github/thibaultmeyer/cuid/package-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* final boolean isValid = CUID.isValid("cl9gts1kw00393647w1z4v2tc");
2323
* System.out.println("Is 'cl9gts1kw00393647w1z4v2tc' a valid CUID ? " + isValid);
2424
* }</pre>
25+
*
2526
* @since 1.0.0
2627
*/
2728
package io.github.thibaultmeyer.cuid;

0 commit comments

Comments
 (0)