lib/mongo/collection/view/map_reduce.rb in mongo-2.6.4 vs lib/mongo/collection/view/map_reduce.rb in mongo-2.7.0.rc0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (C) 2014-2018 MongoDB, Inc.
+# Copyright (C) 2014-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
#
@@ -14,10 +14,10 @@
module Mongo
class Collection
class View
- # Provides behaviour around a map/reduce operation on the collection
+ # Provides behavior around a map/reduce operation on the collection
# view.
#
# @since 2.0.0
class MapReduce
extend Forwardable