use singular to match section heading

This commit is contained in:
Valentin Gagarin
2022-08-04 12:37:47 +02:00
parent e63a768e21
commit 7b7e4c6340
+1 -1
View File
@@ -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.