summaryrefslogtreecommitdiff
path: root/docs/module/rules.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/module/rules.md')
-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
},