Skip to content

Commit

Permalink
fix(readme): correct LOG_IF_EVERY_N typo (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-subhash-d authored Feb 19, 2024
1 parent a189fc3 commit 8a1c086
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 8a1c086

Please sign in to comment.