Skip to content

Commit b267949

Browse files
Fix typo in digital twin client builder javadocs (Azure#19521)
1 parent 1a92a48 commit b267949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/digitaltwins/azure-digitaltwins-core/src/main/java/com/azure/digitaltwins/core/DigitalTwinsClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public DigitalTwinsClient buildClient() {
163163
/**
164164
* Create a {@link DigitalTwinsAsyncClient} based on the builder settings.
165165
*
166-
* @return the created synchronous DigitalTwinsAsyncClient
166+
* @return the created asynchronous DigitalTwinsAsyncClient
167167
*/
168168
public DigitalTwinsAsyncClient buildAsyncClient() {
169169
Objects.requireNonNull(tokenCredential, "'tokenCredential' cannot be null.");

0 commit comments

Comments
 (0)