aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core')
-rw-r--r--mingling_core/src/program.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs
index cf8b06c..bee9772 100644
--- a/mingling_core/src/program.rs
+++ b/mingling_core/src/program.rs
@@ -257,7 +257,7 @@ macro_rules! __dispatch_program_chains {
};
}
-// Get all registered dispatcher names from the program
+/// Get all registered dispatcher names from the program
pub fn get_nodes<C: ProgramCollect<Enum = G>, G: Display>(
program: &Program<C, G>,
) -> Vec<(String, &(dyn Dispatcher<G> + Send + Sync))> {