Skip to content

Commit 18c69b7

Browse files
committed
Fix the doc
1 parent 0230b35 commit 18c69b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theories/SymGroup/Bruhat.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Matrix sum of permutation matrices:
4141
4242
Bruhat Order:
4343
44-
- [s <=B t] == [s] is smaller than [t] for the right weak order.
45-
- [s <B t] == [s] is strictly smaller than [t] for the right weak order.
44+
- [s <=B t] == [s] is smaller than [t] for the Bruhat order.
45+
- [s <B t] == [s] is strictly smaller than [t] for the Bruhat order.
4646
4747
***************************)
4848
From HB Require Import structures.

0 commit comments

Comments
 (0)