Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 18, 2023
1 parent b32c4ad commit 147ed34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _posts/2023-12-18-v0.33-exhaustive-gleam.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ let discounts =
})
```

[5]: https://github.com/elixir-lang/elixir/blob/aad341b5c25a37e74327b1e4454e74fcc18716de/lib/elixir/lib/inspect/algebra.ex#L704

This new format is especially impactful for code with sophisticated DSLs, such
as the web application framework [Lustre][4].
as the web application framework [Lustre][5].

[4]: https://github.com/lustre-labs/lustre
[5]: https://github.com/lustre-labs/lustre

```gleam
//
Expand Down

0 comments on commit 147ed34

Please sign in to comment.