Skip to content

Commit d11d215

Browse files
committed
Generate deno code
1 parent 4b9759d commit d11d215

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
@@ -207,7 +207,7 @@ const READERS: RoutingControl = 'READERS'
207207
* @typedef {'WRITERS'|'READERS'} RoutingControl
208208
*/
209209
/**
210-
* Constants that represents routing mode.
210+
* Constants that represents routing modes.
211211
*
212212
* @example
213213
* driver.executeQuery("<QUERY>", <PARAMETERS>, { routing: neo4j.routing.WRITERS })

0 commit comments

Comments
 (0)