Typo in comment.

This commit is contained in:
Neil Fraser
2022-03-01 11:21:11 -08:00
parent 2291be14ce
commit 086f6c009b
+1 -1
View File
@@ -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 = [];