Skip to content

Commit

Permalink
chore: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Jan 5, 2025
1 parent c5d1c9c commit e53cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/types/operator/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thread_local! {
// In order to reduce boilerplate, we should return in this function a `Builder` instead of operator?.
pub type OperatorFactory = fn(&str, HashMap<String, String>) -> Result<Operator>;

// TODO: the default implementation should return an empty registry? Or it shoudl return the initialized
// TODO: the default implementation should return an empty registry? Or it should return the initialized
// registry with all the services that are enabled? If so, should we include an `OperatorRegistry::empty` method
// that allows users to create an empty registry?
#[derive(Clone, Debug, Default)]
Expand Down

0 comments on commit e53cdd7

Please sign in to comment.