File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ Options
80
80
81
81
The format of the ULID to validate. The following formats are available:
82
82
83
- * ``Ulid::FORMAT_BASE_32 ``: The ULID is encoded in base32 (default)
84
- * ``Ulid::FORMAT_BASE_58 ``: The ULID is encoded in base58
85
- * ``Ulid::FORMAT_RFC4122 ``: The ULID is encoded in the RFC 4122 format
83
+ * ``Ulid::FORMAT_BASE_32 ``: The ULID is encoded in ` base32 `_ (default)
84
+ * ``Ulid::FORMAT_BASE_58 ``: The ULID is encoded in ` base58 `_
85
+ * ``Ulid::FORMAT_RFC4122 ``: The ULID is encoded in the ` RFC 4122 format `_
86
86
87
87
.. versionadded :: 7.2
88
88
@@ -111,3 +111,6 @@ Parameter Description
111
111
.. include :: /reference/constraints/_payload-option.rst.inc
112
112
113
113
.. _`Universally Unique Lexicographically Sortable Identifier (ULID)` : https://github.com/ulid/spec
114
+ .. _`base32` : https://en.wikipedia.org/wiki/Base32
115
+ .. _`base58` : https://en.wikipedia.org/wiki/Binary-to-text_encoding#Base58
116
+ .. _`RFC 4122 format` : https://datatracker.ietf.org/doc/html/rfc4122
You can’t perform that action at this time.
0 commit comments