From a8cf4475203dc68a4176471d4df566a854e3e51e Mon Sep 17 00:00:00 2001 From: fdcon Date: Wed, 8 Nov 2023 10:49:57 +0100 Subject: [PATCH] Should only be one underscore before 500 (#368) * Should only be one underscore before 500 * Wrong number of underscores in example --------- Co-authored-by: Fred --- docs/Developer-Guide_Extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developer-Guide_Extensions.md b/docs/Developer-Guide_Extensions.md index ff17d34d..76db028d 100644 --- a/docs/Developer-Guide_Extensions.md +++ b/docs/Developer-Guide_Extensions.md @@ -61,8 +61,8 @@ Hook functions will be sorted by their numerical value; hook functions that do n So the examples `run_after_build__do_this` and `run_after_build__500_do_this` are equivalent, and will run -- sooner than `run_after_build_900_do_smth_else` -- later than `run_after_build_300_do_even_another_thing` +- sooner than `run_after_build__900_do_smth_else` +- later than `run_after_build__300_do_even_another_thing`