Skip to content

Commit e215a94

Browse files
handrewshudlow
andauthored
Update src/oas.md
Co-authored-by: Dan Hudlow <[email protected]>
1 parent 50ce57d commit e215a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ This conversion is purely one of encoding. All escaping necessary to reduce the
21762176
If the target location's encoding is ambiguous, `externalSerializedValue` can be used to demonstrate the exact serialization, including character set encoding, that is intended.
21772177

21782178
The `serializedValue` field can be used for any textual value with a character set encoding which has an unambiguous mapping to Unicode code points. Since Unicode strings have no inherent binary representation, `serializedValue` cannot be used for binary data.
2179-
Therefore, data formats such those including binary data that are not always representable as Unicode code points SHOULD use `externalSerializedValue`.
2179+
Instead, binary data and other formats that are not always representable as Unicode code points SHOULD use `externalSerializedValue`.
21802180

21812181
##### Example Object Examples
21822182

0 commit comments

Comments
 (0)