Christoph Grabo 3 years ago
parent
commit
afa5a301c7
1 changed files with 1 additions and 1 deletions
  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;