Commit b2afb6f4 authored by Victor-Gabriel Savu's avatar Victor-Gabriel Savu Committed by Commit Bot

Fix typo in histograms README.md.

Bug: chromium:None
Change-Id: I1cb8859a1b41888863aaafeb29060473a672bc6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871704Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Victor-Gabriel Savu <vsavu@google.com>
Cr-Commit-Position: refs/heads/master@{#708533}
parent c80f59ea
...@@ -38,7 +38,7 @@ not the other.) ...@@ -38,7 +38,7 @@ not the other.)
### Use Fixed Strings When Using Histogram Macros ### Use Fixed Strings When Using Histogram Macros
When using histogram macros (calls such as `UMA_HISTOGRAM_ENUMERATION`), you're When using histogram macros (calls such as `UMA_HISTOGRAM_ENUMERATION`), you're
not allow to construct your string dynamically so that it can vary at a not allowed to construct your string dynamically so that it can vary at a
callsite. At a given callsite (preferably you have only one), the string callsite. At a given callsite (preferably you have only one), the string
should be the same every time the macro is called. If you need to use dynamic should be the same every time the macro is called. If you need to use dynamic
names, use the functions in histogram_functions.h instead of the macros. names, use the functions in histogram_functions.h instead of the macros.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment