commit | cfea2182f8e41c3d8293d4e26b291ef2abf23257 | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@webrtc.org> | Mon Aug 09 23:22:31 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 10 10:40:03 2021 |
tree | 77bb7e8ed24e366c97a57e3b2241926b500c1853 | |
parent | 603e6e3ffcc340d42c79f5f7fcb575f62d3d0aea [diff] [blame] |
Use backticks not vertical bars to denote variables in comments Bug: webrtc:12338 Change-Id: I89c8b3a328d04203177522cbdfd9e606fd4bce4c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228246 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34696}
diff --git a/api/set_remote_description_observer_interface.h b/api/set_remote_description_observer_interface.h index 1782555..d1c0753 100644 --- a/api/set_remote_description_observer_interface.h +++ b/api/set_remote_description_observer_interface.h
@@ -22,7 +22,7 @@ // operation. class SetRemoteDescriptionObserverInterface : public rtc::RefCountInterface { public: - // On success, |error.ok()| is true. + // On success, `error.ok()` is true. virtual void OnSetRemoteDescriptionComplete(RTCError error) = 0; };