aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-06 00:57:11 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-06 00:57:11 -0400
commit32ea0e085af9a667caedb0a178503d4072425dfb (patch)
treedb650e12b0e597f762c0e7ad45a37bc8f7853fce /src/Util/Notations.v
parentae365b3acb643af28260479fc41c39aa8617d32b (diff)
Fix a typo in last commit
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 3ab485f55..d814dbcd5 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -136,4 +136,4 @@ Reserved Notation "A ~> R" (at level 99).
Reserved Notation "A --->" (left associativity, at level 65).
Reserved Notation "'return' x" (at level 70, format "'return' x").
Reserved Notation "f x" (only printing, at level 10, left associativity).
-Reserved Notation "# x" := (at level 9, x at level 10, format "# x").
+Reserved Notation "# x" (at level 9, x at level 10, format "# x").