From fe541dcf9158de3ea8611337477fd0d442881b07 Mon Sep 17 00:00:00 2001 From: Andrew Morris Date: Mon, 12 Dec 2022 16:42:39 +1100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a56c1..5870559 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ type T = (typeof a.value);
-Concurrency +Concurrency By using value semantics, ValueScript ensures that a function, called with the same arguments, always returns the same value. This includes instance methods by considering the instance data to be one of the arguments.