Skip to content

Commit 1861ce1

Browse files
committed
minor wording fix
1 parent a74fa89 commit 1861ce1

File tree

1 file changed

+1
-1
lines changed
  • documentation/src/main/asciidoc/introduction

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/introduction/Tuning.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The default fetch size can be overridden for a given query by calling link:{doc-
122122
[WARNING]
123123
====
124124
The Oracle JDBC driver defaults to a JDBC fetch size of 10.
125-
You should _always_ set explicitly `hibernate.jdbc.fetch_size` if you're using Oracle, or, even better, specify the parameter `defaultRowPrefetch` in the JDBC connection URL.
125+
You should _always_ set `hibernate.jdbc.fetch_size` explicitly if you're using Oracle, or, even better, specify the parameter `defaultRowPrefetch` in the JDBC connection URL.
126126
====
127127

128128
[[statement-batching]]

0 commit comments

Comments
 (0)