docs: fix typo in docs.md

- OpenChunkedWriter
+ OpenChunkWriter
This commit is contained in:
ben-ba 2023-12-01 20:45:48 +01:00 committed by GitHub
parent caf5dd9d5e
commit e3d0bff9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1674,7 +1674,7 @@ use multiple threads to transfer the file (default 256M).
Capable backends are marked in the
[overview](/overview/#optional-features) as `MultithreadUpload`. (They
need to implement either the `OpenWriterAt` or `OpenChunkedWriter`
need to implement either the `OpenWriterAt` or `OpenChunkWriter`
internal interfaces). These include include, `local`, `s3`,
`azureblob`, `b2`, `oracleobjectstorage` and `smb` at the time of
writing.