Skip to content

Commit

Permalink
Refactor: typo in description
Browse files Browse the repository at this point in the history
Co-authored-by: Juan José Nicola <[email protected]>
  • Loading branch information
nichtsfrei and jjnicola committed Nov 14, 2023
1 parent c2ffb43 commit 6775b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/plugin-scheduler/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ where
/// A plugin is missing in the PluginCollection.
PluginNotFound(Vec<String>, String),

/// An error in the plugin execution error. Plugins corresponds to Categories. These categories
/// An error in the plugin execution error. Plugins belong to Categories. These categories
/// are ran in a specific order, like category 1 runs before category 2. When a plugin of
/// category 1 has a dependency to a plugin of category 2, it is impossible to run the
/// dependency plugin before its dependant.
Expand Down

0 comments on commit 6775b61

Please sign in to comment.