Skip to content

Commit 7e8829b

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

File tree

1 file changed

+1
-1
lines changed
  • copilot-core/src/Copilot/Core

1 file changed

+1
-1
lines changed

copilot-core/src/Copilot/Core/Spec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--
1414
-- In order to be executed, high-level Copilot Language Spec must be turned
1515
-- into Copilot Core's 'Spec'. This module defines the low-level Copilot Core
16-
-- representations for Specs and the main types of element in a spec..
16+
-- representations for Specs and the main types of element in a spec.
1717
module Copilot.Core.Spec
1818
( Stream (..)
1919
, Observer (..)

0 commit comments

Comments
 (0)