doc link bug fix

This commit is contained in:
rajgandhi1 2025-05-21 15:22:36 +05:30
parent c4c3cff9af
commit 254791eeea

View File

@ -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<M>(&mut self, model: &M, args: Args) -> Result