diff --git a/src/program.rs b/src/program.rs index e97ab714b..0cb2d18bb 100644 --- a/src/program.rs +++ b/src/program.rs @@ -274,8 +274,8 @@ impl BuiltinProgram { } } - /// Create a new loader with both dense and sparse function registrations - /// Use `BuiltinProgram::register_function` to register. + /// Create a new loader with both dense and sparse function indexation + /// Use `BuiltinProgram::register_function` for registrations. pub fn new_loader_with_dense_registration(config: Config) -> Self { Self { config: Some(Box::new(config)),