Skip to content

Commit c47d8e6

Browse files
authored
Merge pull request #907 from wking/container-process
runtime: Change "process in the container" -> "container process"
2 parents 63af112 + f104410 commit c47d8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This operation MUST generate an error if `process` was not set.
123123

124124
This operation MUST [generate an error](#errors) if it is not provided the container ID.
125125
Attempting to send a signal to a container that is neither [`created` nor `running`](#state) MUST have no effect on the container and MUST [generate an error](#errors).
126-
This operation MUST send the specified signal to the process in the container.
126+
This operation MUST send the specified signal to the container process.
127127

128128
### <a name="runtimeDelete" />Delete
129129
`delete <container-id>`

0 commit comments

Comments
 (0)