Doc typo2 fix.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s

This commit is contained in:
Willem Cazander 2024-07-10 16:10:18 +02:00
parent 97db36a611
commit b274766a05

View file

@ -106,5 +106,5 @@ $(call mb_make_call,mb_doc_function_deep,mb_os_echo_phase,"Echo's an message to
define mb_os_echo_alert
$(MB__    )$(call mb_make_call,mb_os_echo_color,36,$(1))
endef
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_phase,"Echo's an message to stdout with 'cyan' crayon.","<message>")
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_alert,"Echo's an message to stdout with 'cyan' crayon.","<message>")