Skip to content

Commit d679079

Browse files
committed
runtime: remove When serialized in JSON, the format MUST adhere to the following pattern
The sentence looked like as if it required a specific indentation pattern. Fix issue 1177 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0ff8cd9 commit d679079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ The state of a container includes the following properties:
3232

3333
The state MAY include additional properties.
3434

35-
When serialized in JSON, the format MUST adhere to the following pattern:
35+
See [Query State](#query-state) for information on retrieving the state of a container.
36+
37+
### Example
3638

3739
```json
3840
{
@@ -47,8 +49,6 @@ When serialized in JSON, the format MUST adhere to the following pattern:
4749
}
4850
```
4951

50-
See [Query State](#query-state) for information on retrieving the state of a container.
51-
5252
## <a name="runtimeLifecycle" />Lifecycle
5353
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
5454

0 commit comments

Comments
 (0)