Tholp's bespoke website generator

forgot 2 changes

Tholp1 4f40cfb3 76f6ea42

Changed files
+2 -2
src
+1 -1
src/macros/insert.rs
···
_scope: &[Token],
) -> Vec<Token> {
let origin_file = context
-
.file_for_index_cannonical(origin_index)
+
.file_for_index_canonical(origin_index)
.expect("Macro 'Insert' was given a bad origin index")
.clone();
if args.len() != 1 {
+1 -1
src/macros/simple_macros.rs
···
) -> Vec<Token> {
return split_to_tokens(
context
-
.file_for_index_cannonical(origin_index)
+
.file_for_index_canonical(origin_index)
.unwrap()
.to_str()
.unwrap()