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 4b9759d commit d11d215Copy full SHA for d11d215
packages/neo4j-driver-deno/lib/core/driver.ts
@@ -207,7 +207,7 @@ const READERS: RoutingControl = 'READERS'
207
* @typedef {'WRITERS'|'READERS'} RoutingControl
208
*/
209
/**
210
- * Constants that represents routing mode.
+ * Constants that represents routing modes.
211
*
212
* @example
213
* driver.executeQuery("<QUERY>", <PARAMETERS>, { routing: neo4j.routing.WRITERS })
0 commit comments