Skip to content

Commit

Permalink
fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed May 8, 2024
1 parent 2eaf242 commit 2c561c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/node_framework/src/service/runnables.rs
Expand Up @@ -28,7 +28,7 @@ pub(super) struct Runnables {
impl fmt::Debug for Runnables {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
// Macro that iterates over a `Vec`, invokes `.name()` method and collects the results into a Vec<String>.
// Returns a reference to created vec to satisfy the `.field` method signature.
// Returns a reference to created vector to satisfy the `.field` method signature.
macro_rules! names {
($vec:expr) => {
&$vec.iter().map(|x| x.name()).collect::<Vec<_>>()
Expand Down

0 comments on commit 2c561c9

Please sign in to comment.