diff options
Diffstat (limited to 'hypsrc-test')
-rw-r--r-- | hypsrc-test/ref/src/LinkingIdentifiers.html | 2 | ||||
-rw-r--r-- | hypsrc-test/src/LinkingIdentifiers.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hypsrc-test/ref/src/LinkingIdentifiers.html b/hypsrc-test/ref/src/LinkingIdentifiers.html index 3a6cca56..66998a9a 100644 --- a/hypsrc-test/ref/src/LinkingIdentifiers.html +++ b/hypsrc-test/ref/src/LinkingIdentifiers.html @@ -14,7 +14,7 @@ ><span id="line-2" ></span ><span class="hs-comment" - >-- Tests that the identifers/operators are properly linked even when:</span + >-- Tests that the identifiers/operators are properly linked even when:</span ><span > </span diff --git a/hypsrc-test/src/LinkingIdentifiers.hs b/hypsrc-test/src/LinkingIdentifiers.hs index b195c2c6..068ac542 100644 --- a/hypsrc-test/src/LinkingIdentifiers.hs +++ b/hypsrc-test/src/LinkingIdentifiers.hs @@ -1,5 +1,5 @@ {-# LANGUAGE Haskell2010 #-} --- Tests that the identifers/operators are properly linked even when: +-- Tests that the identifiers/operators are properly linked even when: -- -- * backquoted, parenthesized, vanilla -- * qualified, not-qualified |