Skip to content

Commit ca69f40

Browse files
committed
Fix typo
1 parent f0f82c4 commit ca69f40

File tree

1 file changed

+1
-1
lines changed
  • docs/Runtime Environment

1 file changed

+1
-1
lines changed

docs/Runtime Environment/CaT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ print(dumpvar(data))
4848
--> }
4949
```
5050

51-
With the default "full" representation, the retuned table has an `__index` metamethod for ease of use:
51+
With the default "full" representation, the returned table has an `__index` metamethod for ease of use:
5252

5353
```pluto
5454
print(data.List.value) --> With Value

0 commit comments

Comments
 (0)