From 7a8b971e1d7d9bad58943e1717a8dd61d54853c4 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Thu, 2 May 2013 10:37:10 -0400 Subject: [PATCH] typo in isWindow --- source/reference/method/isWindows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/isWindows.txt b/source/reference/method/isWindows.txt index 7d89f9015f1..da84ac0dd5a 100644 --- a/source/reference/method/isWindows.txt +++ b/source/reference/method/isWindows.txt @@ -9,5 +9,5 @@ _isWindows() :returns: boolean. Returns "true" if the :program:`mongo` shell is running on a - system that is Windows, or "false" if the server is running + system that is Windows, or "false" if the shell is running on a Unix or Linux systems.