Skip to content

Commit c68b475

Browse files
authored
Fix minor CBOR doc typo (#985)
Also updated non-typo "CBOR hex notation" link to match other links in formats documentation.
1 parent ae66341 commit c68b475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Project(name=kotlinx.serialization, language=Kotlin)
7676

7777
<!--- TEST -->
7878

79-
In CBOR [hex notation](http://cbor.me/), the output is equivalent to the following:
79+
In [CBOR hex notation](http://cbor.me/), the output is equivalent to the following:
8080
```
8181
BF # map(*)
8282
64 # text(4)
@@ -149,7 +149,7 @@ Data(type2=[1, 2, 3, 4], type4=[5, 6, 7, 8])
149149

150150
<!--- TEST -->
151151

152-
In [CBOR dhex notation](http://cbor.me/), the output is equivalent to the following:
152+
In [CBOR hex notation](http://cbor.me/), the output is equivalent to the following:
153153
```
154154
BF # map(*)
155155
65 # text(5)

0 commit comments

Comments
 (0)