mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-10 05:58:03 -05:00
Fix typo
This commit is contained in:
@@ -155,7 +155,7 @@ type T = (typeof a.value);
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Concurrency<summary>
|
||||
<summary>Concurrency</summary>
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user