Skip to content

Commit 580296b

Browse files
committed
Fix broken Haddock documentation for SDL.Event
1 parent 3fe654b commit 580296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDL/Event.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ data AudioDeviceEventData =
413413
AudioDeviceEventData {audioDeviceEventWhich :: !Word32
414414
-- ^ The audio device ID that reported the event.
415415
,audioDeviceEventIsCapture :: !Bool
416-
-- * If the audio device is a capture device.
416+
-- ^ If the audio device is a capture device.
417417
}
418418
deriving (Eq,Ord,Generic,Show,Typeable)
419419

0 commit comments

Comments
 (0)