From 1baa329df2b0dd8bb395e94d3408f51f5b7682ce Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Thu, 17 Mar 2016 13:58:02 -0400 Subject: [PATCH] fix minor typo in 3.2 release notes --- source/release-notes/3.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/3.2.txt b/source/release-notes/3.2.txt index 328a75954ad..216b6dfaac5 100644 --- a/source/release-notes/3.2.txt +++ b/source/release-notes/3.2.txt @@ -640,7 +640,7 @@ New Storage Engines MongoDB Enterprise 3.2 provides an in-memory storage engine. Other than some metadata, the in-memory storage engine does not maintain any on-disk data. By -avoiding disk I/O, the in-memory storge engine allows for more predictable +avoiding disk I/O, the in-memory storage engine allows for more predictable latency of database operations. .. warning:: Currently in beta. Do not use in production.