summaryrefslogtreecommitdiff
path: root/docs/module
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-05-09 13:16:24 +0200
committerTor Andersson <tor@ccxvii.net>2025-05-13 23:45:35 +0200
commit89560f6c1e398755e49f6ad7cecce944f15a70fc (patch)
treee6479906b7b8d183c1eff02248fb71f13f98096e /docs/module
parent0b003bef8f36881522e1db1b0b8725ee92b59cd5 (diff)
downloadserver-89560f6c1e398755e49f6ad7cecce944f15a70fc.tar.gz
More framework error handling.
Docs typo.
Diffstat (limited to 'docs/module')
-rw-r--r--docs/module/rules.md2
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
},