From f9ee3aa4e6aa6fe1b13b4fadebb2f67b65c2341f Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Wed, 19 Jun 2024 16:28:06 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99418f4..04dbc45 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See [hello.nix](./hello.nix) for an example. * Small interpreter size and memory footprint * Shell-like syntax (commands separated by newlines, arguments separated by spaces, bare strings...) * Avoids many bash pitfalls, like word splitting -* Supports structured data while simultaneously makeing it easy to [treat everything as a string](https://wiki.tcl-lang.org/page/everything+is+a+string) +* Supports structured data while simultaneously making it easy to [treat everything as a string](https://wiki.tcl-lang.org/page/everything+is+a+string) * Supports libraries ## Similar projects -- 2.45.2