Skip to content

Commit 48fe887

Browse files
committed
Merge remote-tracking branch 'JordanMartinez/fixCompilerWarnings' into more-0.14-updates
2 parents a4a7df4 + 84a5cfc commit 48fe887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Data/Row.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Type.Data.Row where
22

3-
-- | A proxy data type whose type parameter is a type of kind `# Type` (a row
3+
-- | A proxy data type whose type parameter is a type of kind `Row Type` (a row
44
-- | of types).
55
-- |
66
-- | Commonly used for specialising a function with a quantified type.

0 commit comments

Comments
 (0)