You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc: Small fixes in the code examples of quick tour (mongodb#28)
* Scala syntax for type parameter
The example used a java-style type parameter and doesn't compile with scala.
* example code fixed
* Import the main classes for the examples
Since it's the quick tour in getting started, I'd find it helpful to provide a import statement for the main classes.
* import Sorts, Projections, Aggregates and Updates
* fixed group aggregation example
@@ -336,6 +344,8 @@ To update at most a single document (may be 0 if none match the filter), use the
336
344
method to specify the filter and the update document. Here we update the first document that meets the filter `i` equals `10` and set the value of `i` to `110`:
0 commit comments