Skip to content

Commit a10969d

Browse files
author
Stefan Plantikow
committed
Merge pull request #162 from martinfurmanski/1.0-ran
Typo ran->run
2 parents a0b114d + 9f534d2 commit a10969d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/v1/StatementRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* <h2>Important notes on semantics</h2>
3030
*
31-
* Statements ran in the same {@link StatementRunner} are guaranteed
31+
* Statements run in the same {@link StatementRunner} are guaranteed
3232
* to execute in order, meaning changes made by one statement will be seen
3333
* by all subsequent statements in the same {@link StatementRunner}.
3434
*

0 commit comments

Comments
 (0)