summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-20 09:38:27 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-20 14:07:24 +0000
commit53f94d055890b4d2008e31be9b77a7cdb34e8aa3 (patch)
tree3ed0639242984acca9100e1546c2e04a2f2998af
parent3cceaadad5c990f8f29f1f193a0c5835e9415db6 (diff)
downloadbuildstream-53f94d055890b4d2008e31be9b77a7cdb34e8aa3.tar.gz
doc/./arch_cachekeys: consistent full-stops
-rw-r--r--doc/source/arch_cachekeys.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/arch_cachekeys.rst b/doc/source/arch_cachekeys.rst
index cba7d4bd5..8e74a37f9 100644
--- a/doc/source/arch_cachekeys.rst
+++ b/doc/source/arch_cachekeys.rst
@@ -13,11 +13,11 @@ Structure
Cache keys are SHA256 hash values generated from a UTF-8 JSON document that
includes:
-* Environment (e.g., project configuration and variables)
-* Element configuration (details depend on element kind, ``Element.get_unique_key()``)
-* Sources (``Source.get_unique_key()``)
-* Dependencies (depending on cache key type, see below)
-* Public data
+* Environment (e.g., project configuration and variables).
+* Element configuration (details depend on element kind, ``Element.get_unique_key()``).
+* Sources (``Source.get_unique_key()``).
+* Dependencies (depending on cache key type, see below).
+* Public data.
Cache key types
---------------