Skip to content

Commit d551f1b

Browse files
authored
Update draft-marchan-kdl2.md
1 parent 05f8c70 commit d551f1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

draft-marchan-kdl2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ IEEE 754-2008 decimal floating point numbers
329329
- `uuid`: RFC4122 UUID.
330330
- `regex`: Regular expression. Specific patterns may be implementation-dependent.
331331
- `base64`: A Base64-encoded string, denoting arbitrary binary data.
332-
- `base85`: An [`Ascii85`](https://en.wikipedia.org/wiki/Ascii85)-encoded
333-
string, denoting arbitrary binary data. `"` and `\` will need to be
334-
escaped if using Quoted Strings ({{quoted-string}}), but not Raw Strings ({{raw-string}}).
332+
- `base85`: An [Ascii85](https://en.wikipedia.org/wiki/Ascii85)-encoded string, denoting arbitrary binary data.
335333

336334
### Examples
337335

0 commit comments

Comments
 (0)