fix typo in storage (#5220)

This commit is contained in:
JinmingHu 2023-12-05 12:50:11 +08:00 committed by GitHub
parent c9be99ab39
commit af6d5dcd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ namespace Azure { namespace Storage { namespace Blobs { namespace Test {
*/
class UploadBlob : public Azure::Storage::Blobs::Test::BlobsTest {
private:
// C++ can upload and download from continuous memory or file only
// C++ can upload and download from contiguous memory or file only
std::vector<uint8_t> m_uploadBuffer;
public: