Skip to content

Commit fb7b588

Browse files
committed
minor: read from / write to stylistic nit
1 parent 16809f1 commit fb7b588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/glossary.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ Glossary
572572
A property of a distributed system requiring that all members
573573
always reflect the latest changes to the system. In a database
574574
system, this means that any system that can provide data must
575-
reflect the latest writes at all times. In MongoDB, reads to a
576-
primary have :term:`strict consistency`; reads to secondary
575+
reflect the latest writes at all times. In MongoDB, reads from a
576+
primary have :term:`strict consistency`; reads from secondary
577577
members have :term:`eventual consistency`.
578578

579579
write concern

0 commit comments

Comments
 (0)