Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Oct 18, 2024
1 parent 9bd8ab6 commit 95a7746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ impl<C: ContextObject> BuiltinProgram<C> {
}
}

/// 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)),
Expand Down

0 comments on commit 95a7746

Please sign in to comment.