diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-12 15:22:19 -0400 |
| commit | 89418faafd87cbbf0b36bc8bf916904a170073f6 (patch) | |
| tree | ea5b619a973ad83715de82a432565fba988a535f /docs/type_system/lock.md | |
| parent | 20a19f433956f063d8048f032aaf5dcce1d61e7c (diff) | |
use gnu23
Diffstat (limited to 'docs/type_system/lock.md')
| -rw-r--r-- | docs/type_system/lock.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/type_system/lock.md b/docs/type_system/lock.md index 913a532..3b7d90a 100644 --- a/docs/type_system/lock.md +++ b/docs/type_system/lock.md @@ -2,8 +2,8 @@ --- -Prevent access to a parent while children are modifiable - ```text -Lock[[] Name[...]; TYPE] +Lock[[] TARGET] ``` + +Prevent access to `TARGET` until a mutation occurs |
