Skip to content

Commit 751767d

Browse files
copilot-language: Fix typo in documentation. Refs #587.
This commit fixes a typo (a sentence ending in double period) in the documentation of `copilot-language`.
1 parent 6bfb6a1 commit 751767d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copilot-language/src/Copilot/Language/Operators/Projection.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ infixl 8 =$
2323
-- | Common interface to manipulate portions of a larger data structure.
2424
--
2525
-- A projectable d s t means that it is possible to manipulate a sub-element s
26-
-- of type t carried in a stream of type d..
26+
-- of type t carried in a stream of type d.
2727
class Projectable d s t | d s -> t where
2828

2929
-- | Unapplied projection or element access on a type.

0 commit comments

Comments
 (0)