Skip to content

Commit 5cf4df4

Browse files
committed
Fix Javadoc
1 parent 09d0d97 commit 5cf4df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/apicatalog/multibase/Multibase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
* </p>
2121
* <p>
2222
* Each {@code Multibase} instance includes:
23+
* </p>
2324
* <ul>
2425
* <li>A unique base name (e.g., {@code base64url})</li>
2526
* <li>A single-character prefix used to identify the base in encoded data</li>
2627
* <li>The alphabet size (e.g., 32, 58, 64)</li>
2728
* <li>Functions for encoding and decoding</li>
2829
* </ul>
29-
* </p>
3030
*
3131
* @see <a href="https://github.com/multiformats/multibase">Multibase
3232
* specification</a>

0 commit comments

Comments
 (0)