Skip to content

Commit 1f83153

Browse files
authored
Merge pull request #32 from ch-fork/fix-typo
Fix typo in 'Leaking instances' example code
2 parents ee10bb9 + 2266666 commit 1f83153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1.1/pvp-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ f = return . show
131131
Package C, depends on package B:
132132

133133
``` {.haskell}
134-
module Package C where
134+
module PackageC where
135135
136136
import PackageB
137137

0 commit comments

Comments
 (0)