Skip to content

Commit 149cb29

Browse files
committed
Typo correction
On the FAQ Fundamentals: Does MongoDB handle caching?
1 parent 6793ea7 commit 149cb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/faq/fundamentals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Does MongoDB handle caching?
130130

131131
Yes. MongoDB keeps all of the most recently used data in RAM. If you
132132
have created indexes for your queries and your working data set fits
133-
in RAM, MongoDB serves all queries will from memory.
133+
in RAM, MongoDB serves all queries from memory.
134134

135135
MongoDB does not implement a query cache: MongoDB serves all queries
136136
directly from the indexes and/or data files.

0 commit comments

Comments
 (0)