diff --git a/program_structure/src/program_library/program_archive.rs b/program_structure/src/program_library/program_archive.rs index 3a55d95bf..ac28833a8 100644 --- a/program_structure/src/program_library/program_archive.rs +++ b/program_structure/src/program_library/program_archive.rs @@ -107,7 +107,7 @@ impl ProgramArchive { self.templates.remove(id); } - //functions functions + //functions pub fn contains_function(&self, function_name: &str) -> bool { self.get_functions().contains_key(function_name) } @@ -170,4 +170,4 @@ impl ProgramArchive { pub fn get_file_library(&self) -> &FileLibrary { &self.file_library } -} \ No newline at end of file +}