Fix typos

Closes gh-29364
This commit is contained in:
Mikk Raudvere 2022-10-21 07:14:53 +03:00 committed by Sébastien Deleuze
parent 4c38777064
commit 12cc8a9f07
3 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ public interface DatabaseClient extends ConnectionAccessor {
Builder apply(Consumer<Builder> builderConsumer);
/**
* Builder the {@link DatabaseClient} instance.
* Build the {@link DatabaseClient} instance.
*/
DatabaseClient build();
}

View File

@ -334,7 +334,7 @@ public interface WebClient {
Builder clone();
/**
* Builder the {@link WebClient} instance.
* Build the {@link WebClient} instance.
*/
WebClient build();
}

View File

@ -134,7 +134,7 @@ public interface Rendering {
B headers(HttpHeaders headers);
/**
* Builder the {@link Rendering} instance.
* Build the {@link Rendering} instance.
*/
Rendering build();
}