Skip to content

Commit

Permalink
typo on querySingle example (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
NurbekGithub authored Oct 20, 2022
1 parent d6d0e03 commit 2fbe94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/driver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ a set with more than one elements, the ``Client`` will throw a runtime error.

.. code-block:: js
await client.querySingle(`select 2 + 2;`); // [4]
await client.querySingle(`select 2 + 2;`); // 4
await client.querySingle(`select [1, 2, 3];`); // [1, 2, 3]
await client.querySingle(`select <int64>{};`); // null
await client.querySingle(`select {1, 2, 3};`); // Error
Expand Down

0 comments on commit 2fbe94e

Please sign in to comment.