aboutsummaryrefslogtreecommitdiff
path: root/Preorder
diff options
context:
space:
mode:
Diffstat (limited to 'Preorder')
-rw-r--r--Preorder/Primitive/Monoidal.agda2
1 files changed, 1 insertions, 1 deletions
diff --git a/Preorder/Primitive/Monoidal.agda b/Preorder/Primitive/Monoidal.agda
index af57b70..86c6b25 100644
--- a/Preorder/Primitive/Monoidal.agda
+++ b/Preorder/Primitive/Monoidal.agda
@@ -52,7 +52,7 @@ record Symmetric {c ℓ : Level} {P : Preorder c ℓ} (M : Monoidal P) : Set (c
open Preorder P
field
- symmetric : (x y : Carrier) → x ⊗ y ≲ y ⊗ x
+ symmetry : (x y : Carrier) → x ⊗ y ≲ y ⊗ x
record MonoidalPreorder (c ℓ : Level) : Set (suc (c ⊔ ℓ)) where