diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-09 13:16:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-12 00:09:39 +0200 |
commit | e0f06319afc4d77f1e6141f3b0cc840470e895c5 (patch) | |
tree | 01e95a9dfdf44a14e146f95808cf57e9f9a0cc8a /docs/module/rules.md | |
parent | 41e604f3eb306c2e74a9cfca6af32ce6a03a3eff (diff) | |
download | server-e0f06319afc4d77f1e6141f3b0cc840470e895c5.tar.gz |
More framework error handling.
Docs typo.
Diffstat (limited to 'docs/module/rules.md')
-rw-r--r-- | docs/module/rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/module/rules.md b/docs/module/rules.md index 7f9ae2d..427556c 100644 --- a/docs/module/rules.md +++ b/docs/module/rules.md @@ -255,7 +255,7 @@ to the state (from a nested state), and when the state is departed. You can use this to do some house-keeping or initialize the L scope. - S.state.remove_3_pieces = { + S.remove_3_pieces = { _begin() { L.count = 3 }, |