Skip to content

Commit 1a4302e

Browse files
committed
nit
1 parent e017794 commit 1a4302e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Contracts are built from conditions, which come in three flavors:
8787

8888
For convenience `<conditions>` can be either a single condition or a list (i.e. `[<condition>, <condition>, ...]`).
8989

90-
The conditions must be specified in the following order: `requires`, `maintains`, and `ensures`.
90+
The conditions must be given in the following order: `requires`, `maintains`, and `ensures`.
9191

9292
A condition is a `bool`-valued Rust expression; as simple as that. This is a non-trivial design choice, so its benefits are explained in the section below: [Why Conditions Are Rust Expressions](#why-conditions-are-rust-expressions).
9393

0 commit comments

Comments
 (0)