--- a/crates/jrsonnet-evaluator/src/lib.rs +++ b/crates/jrsonnet-evaluator/src/lib.rs @@ -141,7 +141,7 @@ pub struct EvaluationState(Rc); impl EvaluationState { - /// Parses and adds files as loaded + /// Parses and adds file as loaded pub fn add_file(&self, path: Rc, source_code: Rc) -> Result<()> { self.add_parsed_file( path.clone(),