Christoph Grabo hace 3 años
padre
commit
afa5a301c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;