Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
'a' -> 'e'
  • Loading branch information
zsarge authored and lpil committed Aug 2, 2024
1 parent c9201ef commit 85bda33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-02-supercharged-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The shorthand can be used for labelled record fields and in pattern matching
too.

```gleam
pub fn get_year(data: Date) -> Year {
pub fn get_year(date: Date) -> Year {
let Date(year:, ..) = date
year
}
Expand Down

0 comments on commit 85bda33

Please sign in to comment.