Merge "config-gerrit.txt: Fix minor formatting issue in change.updateDelay section"
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index b276cdf..dbda410 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -1726,7 +1726,7 @@
 With a configured 30 second delay a server with 4900 active users will
 typically need to dedicate 1 CPU to the update check.  4900 users
 divided by an average delay of 30 seconds is 163 requests arriving per
-second.  If requests are served at \~6 ms response time, 1 CPU is
+second.  If requests are served at ~6 ms response time, 1 CPU is
 necessary to keep up with the update request traffic.  On a smaller
 user base of 500 active users, the default 30 second delay is only 17
 requests per second and requires ~10% CPU.