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.