Skip to content

Commit a01d0c3

Browse files
Merge pull request #1162 from erooke/docs
docs: fix compositional typo
2 parents 52fb27b + 6183a80 commit a01d0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/usr/source/1_techniques/1_techniques.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ which in addition to its own state contains that of its subnodes recursively.
2121

2222
Compositional reasoning thus improves the scalability of Kind 2 by taking
2323
advantage of information provided by the user to abstract the complexity away.
24-
When in compositional mode (\ ``--composition true``\ ), Kind 2 will abstract all
24+
When in compositional mode (\ ``--compositional true``\ ), Kind 2 will abstract all
2525
calls (to subnodes that have a contract with at least one guarantee or one mode)
2626
in the top node and verify the resulting, abstract system.
2727

0 commit comments

Comments
 (0)