lib/mongo/bulk_write/validatable.rb in mongo-2.6.4 vs lib/mongo/bulk_write/validatable.rb in mongo-2.7.0.rc0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2015-2018 MongoDB, Inc.
+# Copyright (C) 2015-2019 MongoDB, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -13,10 +13,10 @@
# limitations under the License.
module Mongo
class BulkWrite
- # Defines behaviour around validations.
+ # Defines behavior around validations.
#
# @api private
#
# @since 2.1.0
module Validatable