Use backticks not vertical bars to denote variables in comments for /net

Bug: webrtc:12338
Change-Id: I5b23daa5c6122ad1e6902559e64b60b4285595c7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226950
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34565}
This commit is contained in:
Artem Titov
2021-07-26 13:37:13 +02:00
committed by WebRTC LUCI CQ
parent b0ea637ec2
commit 68e98fb248

View File

@ -30,7 +30,7 @@ namespace dcsctp {
namespace {
// For test correctnenss, it's important that these getters return lexically
// incrementing values as |index| grows.
// incrementing values as `index` grows.
template <typename T>
T GetExampleValue(int index);