From 4986ad8293b8902763e40608b220521a0f754388 Mon Sep 17 00:00:00 2001 From: Parris Varney Date: Wed, 18 Oct 2017 08:41:59 -0400 Subject: [PATCH] Fixed spelling error in comment in session.go Changed "introuced" to "introduced" --- session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.go b/session.go index 6ed46db47..ce5e72778 100644 --- a/session.go +++ b/session.go @@ -1769,7 +1769,7 @@ func (s *Session) SetPoolLimit(limit int) { // The default is to not bypass, and thus to perform the validation // expressions registered for modified collections. // -// Document validation was introuced in MongoDB 3.2. +// Document validation was introduced in MongoDB 3.2. // // Relevant documentation: //