summaryrefslogtreecommitdiff
path: root/docs/type_system/lock.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/lock.md')
-rw-r--r--docs/type_system/lock.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/lock.md b/docs/type_system/lock.md
index b3227ca..913a532 100644
--- a/docs/type_system/lock.md
+++ b/docs/type_system/lock.md
@@ -5,5 +5,5 @@
Prevent access to a parent while children are modifiable
```text
-Lock[Name[...]; TYPE]
+Lock[[] Name[...]; TYPE]
```