From a319a699ede34b057be964bbb1a1beb33dc8db2e Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 16 Apr 2024 20:52:48 +0100 Subject: [PATCH] Typo! Closes https://github.com/gleam-lang/website/issues/366 --- frequently-asked-questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frequently-asked-questions.md b/frequently-asked-questions.md index 9c9bc333..a86199d5 100644 --- a/frequently-asked-questions.md +++ b/frequently-asked-questions.md @@ -47,8 +47,8 @@ Type classes are fun and enable creation of very nice, concise APIs, but they ca make it easy to make challenging to understand code, tend to have confusing error messages, make consuming the code from other languages much harder, have a high compile time cost, and have a runtime cost unless the compiler performs -full-program compilation and expensive monomorphism. This is unfortunately not a -good fit for Gleam and they are not planned. +full-program compilation and expensive monomorphization. This is unfortunately +not a good fit for Gleam and they are not planned. ## Will Gleam have metaprogramming?