Skip to content

Commit f6d3d80

Browse files
(DOCSP-17899): remove deprecated crud commands from bi connector docs
1 parent b586c0e commit f6d3d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/geospatial-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Given the following collection:
1414
.. code-block:: javascript
1515
1616
db.points.createIndex( { pos : "2dsphere" } )
17-
db.points.insert({
17+
db.points.insertOne({
1818
pos : { type: "Point", coordinates: [ -73.97, 40.77 ] },
1919
name: "Central Park",
2020
category : "Parks"

0 commit comments

Comments
 (0)