From 8a1c086d3976082cecfaa63e62f406826876b23b Mon Sep 17 00:00:00 2001 From: Ram Subhash D Date: Tue, 20 Feb 2024 00:37:33 +0530 Subject: [PATCH] fix(readme): correct LOG_IF_EVERY_N typo (#1077) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9597fb4..0adc84c 100644 --- a/README.rst +++ b/README.rst @@ -681,7 +681,7 @@ macro can be used as follows: Verbose level condition macros ``VLOG_IF``, ``VLOG_EVERY_N`` and ``VLOG_IF_EVERY_N`` behave analogous to ``LOG_IF``, ``LOG_EVERY_N``, -``LOF_IF_EVERY``, but accept a numeric verbosity level as opposed to a +``LOG_IF_EVERY_N``, but accept a numeric verbosity level as opposed to a severity level. .. code:: cpp