From e0ed17360b6b44f8b14bd788259f1d35c94927ad Mon Sep 17 00:00:00 2001 From: mindyk Date: Wed, 26 Sep 2012 15:36:44 +0300 Subject: [PATCH] wording --- source/use-cases/storing-comments.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/use-cases/storing-comments.txt b/source/use-cases/storing-comments.txt index b5a5eade75f..17586bb4cfd 100644 --- a/source/use-cases/storing-comments.txt +++ b/source/use-cases/storing-comments.txt @@ -340,7 +340,7 @@ sub-comments, which can intern hold sub-comments. comments *except* as you store them in MongoDB. If, in the future, you want to switch from chronological to - threaded or from chronological to threaded, this design would make + threaded or from threaded to chronological, this design would make that migration quite expensive. .. warning::