aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-05-26 05:20:21 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commit7b7e4c6340513efb838aa576d95c5032a90dc50d (patch)
treefb7650b4c15fe28822e48b4b6a6c87bff34c3892 /doc/manual/src
parente63a768e21d9bff605e51de54f9ec1a8f74650a8 (diff)
use singular to match section heading
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/architecture/store/store.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md
index 710d3265d..7367b4626 100644
--- a/doc/manual/src/architecture/store/store.md
+++ b/doc/manual/src/architecture/store/store.md
@@ -15,7 +15,7 @@ Store objects are [immutable][immutable-object]: once created, they do not chang
## Reference
-References to store objects are [opaque][opaque-data-type], [unique identifiers][unique-identifier]:
+A store object reference is an [opaque][opaque-data-type], [unique identifier][unique-identifier]:
The only way to obtain references is by adding or building store objects.
A reference will always point to exactly one store object.