From e0f06319afc4d77f1e6141f3b0cc840470e895c5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 9 May 2025 13:16:24 +0200 Subject: More framework error handling. Docs typo. --- docs/module/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/module') 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 }, -- cgit v1.2.3