From c1dc7b99ea7fe81f37e85da7f50ec40263afc38f Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 17 May 2020 08:22:19 -0400 Subject: [PATCH] docs: Put backticks around `SourceMap`. --- docs/subsystems/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subsystems/caching.md b/docs/subsystems/caching.md index 0c265a56ff..b5ed84c515 100644 --- a/docs/subsystems/caching.md +++ b/docs/subsystems/caching.md @@ -234,7 +234,7 @@ multiple servers. We do have a few, however: of every request; this simplifies correctly implementing our goal of not repeatedly fetching the "display recipient" (e.g. stream name) for each message in the `GET /messages` codebase. -* Caches of various data, like the SourceMap object, that are +* Caches of various data, like the `SourceMap` object, that are expensive to construct, not needed for most requests, and don't change once a Zulip server has been deployed in production.