Skip to content

Commit e4b90e1

Browse files
committed
Remove stray character from the doc
1 parent e96fee9 commit e4b90e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6086,7 +6086,7 @@ currently established connections in the pool are "checked out" by
60866086
previous `getConnection()` calls and are in-use by the application,
60876087
and (iii) the number of those connections is less than the pool's
60886088
`poolMax` setting.
6089-
l
6089+
60906090
The Oracle Real-World Performance Group's general recommendation for
60916091
client connection pools is for the pool to have a fixed sized. The
60926092
values of `poolMin` and `poolMax` should be the same (and

0 commit comments

Comments
 (0)