Skip to content

Commit

Permalink
Typo in godoc for driver_with_context.go (#535)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Cathcart <stephen.cathcart@neotechnology.com>
  • Loading branch information
julienvey and StephenCathcart authored Oct 27, 2023
1 parent 7b4cb82 commit 88f48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j/driver_with_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ type RoutingControl int
const (
// Write routes the query to execute to a writer member of the cluster
Write RoutingControl = iota
// Read routes the query to execute to a writer member of the cluster
// Read routes the query to execute to a reader member of the cluster
Read
)

Expand Down

0 comments on commit 88f48ad

Please sign in to comment.