Skip to content

Commit 0aa75ef

Browse files
author
Marc Jakobi
committed
fix(language-pragmas): correct typo
1 parent 26bbe89 commit 0aa75ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
11+
### Fixed
12+
13+
- Typo in `LambdaCase` pragma snippet
14+
915
## [1.0.0] - 2023-05-28
1016

1117
### Added

lua/haskell-snippets/pragmas.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pragmas.lang = s({
7878
insert(1),
7979
text('ScopedTypeVariables'),
8080
text('RecordWildCards'),
81-
text('LamdaCase'),
81+
text('LambdaCase'),
8282
text('QuasiQuotes'),
8383
text('ViewPatterns'),
8484
text('DerivingVia'),

0 commit comments

Comments
 (0)