Skip to content

Commit 7ba2881

Browse files
Merge pull request #380 from hsyl20/patch-1
Update index.html
2 parents 0fbb722 + d3e89f1 commit 7ba2881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

message-index/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<h2>Welcome</h2>
66

77
<p>
8-
This site describes the various messages that can be returned by
9-
GHC, the most-commonly-used Haskell implementation, including both errors and warnings. Beginning with version
10-
9.6.1, GHC emits a code with the format <code>[GHC-12345]</code> for each
11-
message. These codes can be looked up below for further information.
8+
This site describes the various messages that can be returned by Haskell-related tools, including both errors and warnings.
9+
For example GHC, the most-commonly-used Haskell implementation, started emiting a code with the format <code>[GHC-12345]</code> for its
10+
messages in version 9.6.1.
11+
These codes can be looked up below for further information.
1212
</p>
1313

1414
<p>

0 commit comments

Comments
 (0)