summaryrefslogtreecommitdiff
path: root/dhall_syntax/src/core/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_syntax/src/core/context.rs')
-rw-r--r--dhall_syntax/src/core/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_syntax/src/core/context.rs b/dhall_syntax/src/core/context.rs
index eeec121..6844baa 100644
--- a/dhall_syntax/src/core/context.rs
+++ b/dhall_syntax/src/core/context.rs
@@ -4,7 +4,7 @@ use std::hash::Hash;
/// A `(Context a)` associates `Text` labels with values of type `a`
///
-/// The `Context` is used for type-checking when `(a = Expr X)`
+/// The `Context` is used for type-checking when `(a = Expr)`
///
/// * You create a `Context` using `empty` and `insert`
/// * You transform a `Context` using `fmap`