fixed typo in MigrationGuide.md (#3262)
This commit is contained in:
parent
b3ac959049
commit
9d1ab66989
@ -211,7 +211,7 @@ block_blob_client.upload_from_stream(stream);
|
||||
|
||||
v12
|
||||
```C++
|
||||
blockBlobClinet.Upload(stream);
|
||||
blockBlobClient.Upload(stream);
|
||||
```
|
||||
|
||||
#### Uploading text
|
||||
|
||||
Loading…
Reference in New Issue
Block a user