chore: make function comment match function name (#6607)

This commit is contained in:
NinaLua
2025-03-07 16:45:47 +08:00
committed by GitHub
parent 61249d8dde
commit 271505717e
2 changed files with 2 additions and 2 deletions

View File

@@ -557,7 +557,7 @@ func isASCIISpace(b byte) bool {
// Constant s3 chunk encoding signature.
const s3ChunkSignatureStr = ";chunk-signature="
// parses3ChunkExtension removes any s3 specific chunk-extension from buf.
// parseS3ChunkExtension removes any s3 specific chunk-extension from buf.
// For example,
//
// "10000;chunk-signature=..." => "10000", "chunk-signature=..."