From 0df25714fa14fb041c2bd3904afa83c073524b34 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 8 Nov 2023 18:04:02 +0100 Subject: [PATCH] sEmantically just a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1758e58..6fe5bf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fast Elixir -There is a wonderful project in Ruby called [fast-ruby](https://github.com/JuanitoFatas/fast-ruby), from which I got the inspiration for this repo. The idea is to collect various idioms for writing performant code when there is more than one _essentially_ symantically identical way of computing something. There may be slight differences, so please be sure that when you're changing something that it doesn't change the correctness of your program. +There is a wonderful project in Ruby called [fast-ruby](https://github.com/JuanitoFatas/fast-ruby), from which I got the inspiration for this repo. The idea is to collect various idioms for writing performant code when there is more than one _essentially_ semantically identical way of computing something. There may be slight differences, so please be sure that when you're changing something that it doesn't change the correctness of your program. Each idiom has a corresponding code example that resides in [code](code).