diff --git a/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java b/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java index d2a2fea2..f7214ea7 100644 --- a/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java +++ b/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java @@ -67,7 +67,7 @@ * The property-value strings should be url-encoded. * *

The project-id part of the URI may be filled with the placeholder DEFAULT_PROJECT_ID. This - * placeholder will be replaced by the default project id of the environment that is requesting a + * placeholder is replaced by the default project id of the environment that is requesting a * connection. * *

The supported properties are: @@ -75,7 +75,7 @@ *

*/ public class JdbcDriver implements Driver {