Skip to content

Commit

Permalink
yampa: Add period to end of haddock messages for consistency (KSG Has…
Browse files Browse the repository at this point in the history
…kell 1.3.0 - 5.5). Refs #266.

Prefer consistent names, structure, and improvements over localized
optimizations. For example, a module might define an API in a particular
order, and a module with a similar but distinct API might list elements
in a completely different order. Whenever possible, code should be
consistent.
  • Loading branch information
ivanperez-keera committed Apr 29, 2023
1 parent bf2eb4f commit 7a1bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yampa/src/FRP/Yampa/Diagnostics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-- Stability : provisional
-- Portability : portable
--
-- Standardized error-reporting for Yampa
-- Standardized error-reporting for Yampa.
module FRP.Yampa.Diagnostics
( usrErr
, intErr
Expand Down

0 comments on commit 7a1bcfb

Please sign in to comment.