Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/docs/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ While stats are usually composed of tokens that are known at compile-time, there
are scenarios where the names are newly discovered from data in requests. To
avoid taking locks in this case, tokens can be formed dynamically using
`StatNameDynamicStorage` or `StatNameDynamicPool`. In this case we lose
substring sharing but we avoid taking locks. Dynamically generaeted tokens can
substring sharing but we avoid taking locks. Dynamically generated tokens can
be combined with symbolized tokens from `StatNameSet` or `StatNamePool` using
`SymbolTable::join()`.

Expand Down