We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6be8a3 commit 6e7aa8dCopy full SHA for 6e7aa8d
README.md
@@ -47,7 +47,7 @@ consume(t) == 4
47
consume(t) == 5
48
49
# `TArray` implements a copy-on-write array. This is useful for task copying.
50
-# In constrast to standard arrays, which arr only shallow copied during task copying,
+# In constrast to standard arrays, which are only shallow copied during task copying,
51
# `TArray` are deep copied after task copying.
52
53
function f_cta()
0 commit comments