Skip to content

Commit 2aa5735

Browse files
committed
Fixed deprecation comment.
1 parent 94fcc47 commit 2aa5735

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Graphics/UI/GLUT/Begin.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ data ActionOnWindowClose
7272
MainLoopReturns
7373
| -- | Return from mainLoop after the last window is closed.
7474
ContinueExecution
75-
| -- | Deprecated, use 'ContinueExecution'.
76-
ContinueExectuion
75+
| ContinueExectuion
7776
deriving ( Eq, Ord, Show )
7877

79-
{-# DEPRECATED ContinueExectuion "use `ContinueExecution' instead" #-}
78+
{-# DEPRECATED ContinueExectuion "Use 'ContinueExecution' instead." #-}
8079

8180
marshalActionOnWindowClose :: ActionOnWindowClose -> CInt
8281
marshalActionOnWindowClose x = case x of

0 commit comments

Comments
 (0)