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: //