File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ object Delete {
2222 override def onNext (result : DeleteResult ): Unit = println(s " Deleted document count: ${result.getDeletedCount}" )
2323 override def onError (e : Throwable ): Unit = println(s " Error: $e" )
2424 override def onComplete (): Unit = println(" Completed" )
25- // })
25+ })
2626 // end-delete-one
2727
2828 // start-delete-many
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ document in which the value of the ``name`` field is ``"Happy Garden"``:
6666 :copyable: true
6767
6868 .. input:: /includes/write/delete.scala
69- :start-after: start-delete-many
70- :end-before: end-delete-many
69+ :start-after: start-delete-one
70+ :end-before: end-delete-one
7171 :language: scala
7272 :dedent:
7373
You can’t perform that action at this time.
0 commit comments