Skip to content

Commit e841631

Browse files
minor copy edits
1 parent 03e5f53 commit e841631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16011,12 +16011,12 @@ components:
1601116011
Labels have the following constraints:
1601216012

1601316013
* UTF-8 characters will be returned by the API using escape
16014-
sequences of their Unicode code points. As an example, the
16015-
Japanese character 'か' is 3 bytes in UTF-8 (0xE382AB). Its
16016-
Unicode code point is 2 bytes (0x30AB). APIv4 supports this
16014+
sequences of their Unicode code points. For example, the
16015+
Japanese character *か* is 3 bytes in UTF-8 (`0xE382AB`). Its
16016+
Unicode code point is 2 bytes (`0x30AB`). APIv4 supports this
1601716017
character and the API will return it as the escape sequence
1601816018
using six 1 byte characters which represent 2 bytes of Unicode
16019-
code point ("\u30ab").
16019+
code point (`"\u30ab"`).
1602016020
* 4 byte UTF-8 characters are not supported.
1602116021
* If the label is entirely composed of UTF-8 characters, the API
1602216022
response will return the code points using up to 193 1 byte

0 commit comments

Comments
 (0)