Skip to content

Commit 6e7aa8d

Browse files
authored
Update README.md
1 parent a6be8a3 commit 6e7aa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ consume(t) == 4
4747
consume(t) == 5
4848

4949
# `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,
50+
# In constrast to standard arrays, which are only shallow copied during task copying,
5151
# `TArray` are deep copied after task copying.
5252

5353
function f_cta()

0 commit comments

Comments
 (0)