From 086f6c009b0a604977cd4e3a8b0d9cc54e358b51 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Tue, 1 Mar 2022 11:21:11 -0800 Subject: [PATCH] Typo in comment. --- demos/interpreter/backwards.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/interpreter/backwards.html b/demos/interpreter/backwards.html index 8b180f5e4..ccc5c66f4 100644 --- a/demos/interpreter/backwards.html +++ b/demos/interpreter/backwards.html @@ -156,7 +156,7 @@ // Stack of serializations. Each object contains three properties: // .json: A full serialization of the interpreter's state. - // .delta: Instead of a full serialization, a delta from the next sate. + // .delta: Instead of a full serialization, a delta from the next state. // .highlight: The ID of the block highlighted in this state. var serializationStack = [];