diff --git a/crates/fj/src/instance.rs b/crates/fj/src/instance.rs index 63bf910eb..e650f9507 100644 --- a/crates/fj/src/instance.rs +++ b/crates/fj/src/instance.rs @@ -97,7 +97,7 @@ impl Instance { /// Process a model with pre-parsed arguments /// - /// This function is similar to [`process_model`], but accepts pre-parsed arguments + /// This function is similar to [`Self::process_model`], but accepts pre-parsed arguments /// instead of parsing them from the command line. This is useful when you want to /// extend the standard arguments with your own parameters. pub fn process_model_args(&mut self, model: &M, args: Args) -> Result