Christoph Grabo 3 年之前
父节点
当前提交
afa5a301c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/interpreter/src/lib.rs

+ 1 - 1
packages/interpreter/src/lib.rs

@@ -1,4 +1,4 @@
-pub static INTERPRTER_JS: &str = include_str!("./interpreter.js");
+pub static INTERPRETER_JS: &str = include_str!("./interpreter.js");
 
 #[cfg(feature = "web")]
 mod bindings;