Christoph Grabo 3 éve
szülő
commit
afa5a301c7
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;