Skip to content

Commit 8f31b14

Browse files
committed
Apply suggestions to DenoJS
1 parent 9bd8b48 commit 8f31b14

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
@@ -139,7 +139,7 @@ class SessionConfig {
139139
* reduces network communication resulting in better performance.
140140
*
141141
* Usage of Cypher clauses like USE is not a replacement for this option.
142-
* Driver sends Cypher to the server for processing.
142+
* The driver does not parse any Cypher.
143143
*
144144
* When no explicit name is set, the driver behavior depends on the connection
145145
* URI scheme supplied to the driver on instantiation and Bolt protocol

0 commit comments

Comments
 (0)