Skip to content

Commit 46d90c0

Browse files
committed
trailing wsp
Signed-off-by: Clemens Vasters <clemens@vasters.com>
1 parent 673770e commit 46d90c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-vasters-json-structure-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ data to and from programming languages and databases and other data formats
8888
becomes straightforward.
8989

9090
_JSON Structure_ is extensible, allowing additional features to be layered on
91-
top. The core language is a data-definition language.
91+
top. The core language is a data-definition language.
9292

9393
The "Validation" and "Conditional Composition" extension specifications add
9494
rules that allow for complex pattern matching of _JSON Structure_ documents
@@ -291,7 +291,7 @@ used to specify the encoding, compression, and media type of the binary data.
291291
- Base type: `string`
292292
- Constraints:
293293
- The string value MUST be an encoded binary value, with the encoding
294-
specified in the `contentEncoding` keyword.
294+
specified in the `contentEncoding` keyword.
295295

296296
#### `int8` {#int8}
297297

@@ -685,7 +685,7 @@ other namespaces. Namespaces MAY be nested within other namespaces.
685685

686686
The `definitions` keyword forms the root of the namespace hierarchy for reusable
687687
type definitions. All type declarations immediately under the `definitions`
688-
keyword are in the root namespace.
688+
keyword are in the root namespace.
689689

690690
A `type` definition at the root is placed into the root namespace as if it were
691691
a type declaration under `definitions`.

0 commit comments

Comments
 (0)