Skip to content

Commit

Permalink
doc(order/succ_pred/basic): fix typo (#12501)
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Mar 8, 2022
1 parent 47182da commit 65095fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/order/succ_pred/basic.lean
Expand Up @@ -23,7 +23,7 @@ order...
* `pred_order`: Order equipped with a sensible predecessor function.
* `is_succ_archimedean`: `succ_order` where `succ` iterated to an element gives all the greater
ones.
* `is_pred_archimedean`: `pred_order` where `pred` iterated to an element gives all the greater
* `is_pred_archimedean`: `pred_order` where `pred` iterated to an element gives all the smaller
ones.
## Implementation notes
Expand Down

0 comments on commit 65095fe

Please sign in to comment.