Skip to content

Commit 40545c8

Browse files
committed
Generate deno code
1 parent 108657b commit 40545c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver-deno/lib/core/driver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const READERS: RoutingControl = 'READERS'
245245
* @typedef {'WRITERS'|'READERS'} RoutingControl
246246
*/
247247
/**
248-
* Constants that represents routing mode.
248+
* Constants that represents routing modes.
249249
*
250250
* @example
251251
* driver.executeQuery("<QUERY>", <PARAMETERS>, { routing: neo4j.routing.WRITERS })

0 commit comments

Comments
 (0)