Fix unmatched parenthesis in doc (#4482)

This commit is contained in:
JinmingHu 2023-03-25 08:47:55 +08:00 committed by GitHub
parent e9f900f7d2
commit ef5aec8b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ cloud_blob_client blob_client(storage_uri(blob_url), storage_credentials(sas_tok
```
```C++
cloud_blob_client blob_client(storage_uri(blob_url_with_sas);
cloud_blob_client blob_client(storage_uri(blob_url_with_sas));
```
v12