From fe82dc3ef3105ac7338c0e38b1ff6c6b349d5cc5 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 5 Jul 2024 17:15:49 +0530 Subject: [PATCH] Fix grammar mistake in performance section --- src/content/posts/luau-for-js-devs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/luau-for-js-devs/index.md b/src/content/posts/luau-for-js-devs/index.md index 17bcf08..d18044d 100644 --- a/src/content/posts/luau-for-js-devs/index.md +++ b/src/content/posts/luau-for-js-devs/index.md @@ -48,7 +48,7 @@ type ExcludeTypes = ~T ### Performance -There’s been a lot of talk about [Bun](https://bun.sh), a fast and modern JavaScript runtime for the serverside. Luau can often outperform Bun. I’m not one of believe in benchmarks, but a naive one would look like this: +There’s been a lot of talk about [Bun](https://bun.sh), a fast and modern JavaScript runtime for the serverside. Luau can often outperform Bun. I’m not one to believe in benchmarks, but a naive one would look like this: ![alt_text](./lune_bench.png "A benchmark of a SHA-256 implementation in Lune and Bun")