Skip to content
Snippets Groups Projects
Verified Commit 75543580 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix doc typo

parent 875af408
No related branches found
No related tags found
No related merge requests found
Pipeline #3837 passed
......@@ -12,8 +12,8 @@ namespace utils {
namespace log {
/// @brief Access the logger and modify it.
///
/// For example you can set the sinky using `mtx::utils::log::log()->sinks() = sinks` or modify the
/// loglevel using `mtx::utils::log::log()->set_level(spdlog::level::trace)`
/// For example you can set the sinks using `mtx::utils::log::log()->sinks() = sinks` or modify the
/// loglevel using `mtx::utils::log::log()->set_level(spdlog::level::trace)`.
std::shared_ptr<spdlog::logger>
log();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment