Skip to content

Commit

Permalink
Fix typo : LOF_IF_EVERY -> LOG_IF_EVERY_N
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-subhash-d committed Feb 19, 2024
1 parent a189fc3 commit bf75780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf75780

Please sign in to comment.