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 <fred@fdcon.se>
This commit is contained in:
fdcon
2023-11-08 10:49:57 +01:00
committed by GitHub
parent 542cbfaaaf
commit a8cf447520

View File

@@ -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`