Skip to content

Commit

Permalink
Update OracleOperationBuilder.html
Browse files Browse the repository at this point in the history
  • Loading branch information
morgiyan authored Nov 5, 2024
1 parent 50fe9e9 commit 4d0b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle/soda/OracleOperationBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ <h4>replace</h4>
<pre>
// Replace content of documents having field "_id" with value 1,
// with the content of supplied document d1
col.find().("{\"_id\" : 1}").replaceOne(d1)
col.find().("{\"_id\" : 1}").replace(d1)
</pre>
<p>
Note that the key and version information (if any) in the input
Expand Down

0 comments on commit 4d0b907

Please sign in to comment.