Skip to content

Commit

Permalink
Merge PR coq#10520: Fix typos
Browse files Browse the repository at this point in the history
Reviewed-by: Zimmi48
  • Loading branch information
Zimmi48 committed Jul 16, 2019
2 parents a5998b0 + 93032fc commit ba1bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/doc/xml-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Moves current tip to `${stateId}`, such that commands may be added to the new st
</union>
</value>
```
* Failure: If `stateId` is in an error-state and cannot be jumped to, `errorFreeStateId` is the parent state of ``stateId` that shopuld be edited instead.
* Failure: If `stateId` is in an error-state and cannot be jumped to, `errorFreeStateId` is the parent state of `stateId` that should be edited instead.
```html
<value val="fail" loc_s="${startOffsetOfError}" loc_e="${endOffsetOfError}">
<state_id val="${errorFreeStateId}"/>
Expand Down

0 comments on commit ba1bb75

Please sign in to comment.