Skip to content

Commit 6bfb6a1

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

File tree

1 file changed

+1
-1
lines changed
  • copilot-theorem/src/Copilot/Theorem/Misc

1 file changed

+1
-1
lines changed

copilot-theorem/src/Copilot/Theorem/Misc/SExpr.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ singleton a = List [Atom a] -- (s)
3131
list = List -- (ss)
3232

3333
-- | Sequence of expressions with a root or main note, and a series of
34-
-- additional expressions or arguments..
34+
-- additional expressions or arguments.
3535
node a l = List (Atom a : l) -- (s ss)
3636

3737
-- A straightforward string representation for 'SExpr's of Strings that

0 commit comments

Comments
 (0)