doc: typo in the exception

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
This commit is contained in:
Andrea Terzolo
2024-01-10 11:43:30 +01:00
committed by poiana
parent 56de6e6786
commit 5192921732

View File

@@ -457,7 +457,7 @@ nlohmann::json falco_engine::describe_rule(std::string *rule, const std::vector<
// output of rules, macros, and lists.
if (m_last_compile_output == nullptr)
{
throw falco_exception("rules most be loaded before describing them");
throw falco_exception("rules must be loaded before describing them");
}
// use collected and compiled info to print a json output