Skip to content

Commit f9b2b41

Browse files
committed
Remove extraneous s
1 parent dd7c926 commit f9b2b41

File tree

1 file changed

+1
-1
lines changed
  • message-index/messages/GHC-95781

1 file changed

+1
-1
lines changed

message-index/messages/GHC-95781/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ introduced: 9.6.1
66
---
77

88
Type application can only be performed for _specified_ type variables (see [documentation on inferred vs. specified type variables](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/type_applications.html#inferred-vs-specified-type-variables)).
9-
If a type variables is instead inferred, i.e. the type is not annotated or the type variable is marked as inferred with braces, performing a type application for the corresponding type variable leads to this error.
9+
If a type variable is instead inferred, i.e. the type is not annotated or the type variable is marked as inferred with braces, performing a type application for the corresponding type variable leads to this error.

0 commit comments

Comments
 (0)