Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwire committed May 30, 2024
1 parent 5a3c9e5 commit f8e2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- error: { name: Use shutdown, lhs: runSettings, rhs: runSettingsWithShutdown }
- ignore: { name: Use shutdown, within: [
Network.Wai.Utilities.Server, # this is the implementation 'runSettingsWithShutdown'
Federator.Interpreter, # this is just a naming conincidence
Federator.Interpreter, # this is just a naming coincidence
Cannon.Run # we do something similar, but not identical here by hand
] }

Expand Down

0 comments on commit f8e2637

Please sign in to comment.