Skip to content

Commit df93198

Browse files
author
David Binder
committed
Apply suggested change
1 parent 795077a commit df93198

File tree

1 file changed

+1
-1
lines changed
  • message-index/messages/GHC-94458/illegalHaddockComment

1 file changed

+1
-1
lines changed

message-index/messages/GHC-94458/illegalHaddockComment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Illegal Haddock comments for definitions in where clause
33
---
44

5-
In this example, the user tried to document the two identifiers "fizz" and "buzz" that are introduced in a local where clause.
5+
In this example, the user tried to document the two identifiers `fizz` and `buzz` that are introduced in a local `where` clause.
66
Since these identifiers are not part of the public API, a warning is emitted that Haddock comments are not allowed in that place.
77
A normal comment can be used instead.
88

0 commit comments

Comments
 (0)