We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f94a5e commit 99f5ebaCopy full SHA for 99f5eba
source/connect/stable-api.txt
@@ -85,7 +85,7 @@ The following code example shows how you can set the two options on a ``ServerAp
85
.. code-block:: ruby
86
87
client = Mongo::Client.new(uri,
88
- server_api: { version: '1', strict: true, deprecation_errors: true })
+ server_api: { version: '1', strict: true, deprecation_errors: true })
89
90
Troubleshooting
91
---------------
0 commit comments