Skip to content
Snippets Groups Projects
Commit d52f1a1f authored by Thibault Martin's avatar Thibault Martin Committed by Allan Blanchard
Browse files

Fix typo

parent 60a79b6e
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ val add_spec:
?register_children:bool -> ?force:bool -> spec contract_component_addition
(** Add new spec into the given contract. The [force] (which defaults to
[false]) parameter is used to determine whether [decreases] and [terminates]
clauses mùst be relaced if they already exists and a new one is provided.
clauses must be replaced if they already exist and a new one is provided.
More precisely, if [force] is [true] *and* the new contract has
[Some terminates], the old one is removed and the new clause is used
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment