Skip to content

Commit 99f5eba

Browse files
committed
Fix
1 parent 3f94a5e commit 99f5eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connect/stable-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following code example shows how you can set the two options on a ``ServerAp
8585
.. code-block:: ruby
8686

8787
client = Mongo::Client.new(uri,
88-
server_api: { version: '1', strict: true, deprecation_errors: true })
88+
server_api: { version: '1', strict: true, deprecation_errors: true })
8989

9090
Troubleshooting
9191
---------------

0 commit comments

Comments
 (0)