fix(readme): correct LOG_IF_EVERY_N typo (#1077)

This commit is contained in:
Ram Subhash D 2024-02-20 00:37:33 +05:30 committed by GitHub
parent a189fc3d7d
commit 8a1c086d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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