From 30cf82ee6f03eb4bef32d1b9a1db50e57d6b91d9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:56:09 -0400 Subject: [PATCH] spelling: tibell Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coding-style.md b/docs/coding-style.md index 0da77c5a02..980b06194d 100644 --- a/docs/coding-style.md +++ b/docs/coding-style.md @@ -1,6 +1,6 @@ Haskell is a syntactically-flexible language, which gives the programmer a tremendous amount of leeway regarding the appearance of their code. This is a set of best practices that we use in `semantic` and its related projects. -This file draws from the style guides written by [Johan Tibbel](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) and [Kowainik](https://kowainik.github.io/posts/2019-02-06-style-guide). +This file draws from the style guides written by [Johan Tibell](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) and [Kowainik](https://kowainik.github.io/posts/2019-02-06-style-guide). # General guidelines