Skip to content

Commit 180b6ac

Browse files
Merge pull request #89982 from changeworld/patch-23
Fix typo
2 parents ad63b69 + 626f079 commit 180b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/sample-scripts-java-connection-pooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 02/28/2018
1212

1313
[!INCLUDE[applies-to-mysql-single-server](includes/applies-to-mysql-single-server.md)]
1414

15-
The below sample code illustrates connection pooling in java.
15+
The below sample code illustrates connection pooling in Java.
1616

1717
```java
1818
import java.sql.Connection;

0 commit comments

Comments
 (0)