From 4d16fa1bb6dfa1cba669090e61bbfdb58670d6e6 Mon Sep 17 00:00:00 2001 From: Davide Marcoccio Date: Sat, 17 Jun 2023 10:11:18 -0400 Subject: [PATCH] Fixed state.sfile.md Fixed state set call missing a ". --- state.sfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.sfile.md b/state.sfile.md index 50c44f5..73cd3b6 100644 --- a/state.sfile.md +++ b/state.sfile.md @@ -299,7 +299,7 @@ catch (e) _inlineScripts.inlineScripts.HelperFncs.callEventListenerCollection( "state.onLoad", _inlineScripts.state.listeners.onLoad); -return expFormat([ State set." ]); +return expFormat([ "State set." ]); ``` __ state set {state: text} - Loads the session state from {state}, a state-string created with the "state get" shortcut.