From d148bc76c0526ba8cf59fc3c653b97f181ac89ad Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Mon, 11 May 2026 13:01:39 -0700 Subject: [PATCH] chore: remove em-dashes from comments --- pkg/filemanager/manager/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/filemanager/manager/upload.go b/pkg/filemanager/manager/upload.go index ea605f4e..85da11f3 100644 --- a/pkg/filemanager/manager/upload.go +++ b/pkg/filemanager/manager/upload.go @@ -407,7 +407,7 @@ func (m *manager) updateStateless(ctx context.Context, req *fs.UploadRequest, o return nil, fmt.Errorf("faield to prepare uplaod: %w", err) } // A successful upstream call may still return a response with nil Req or - // Session — observed when the master returned 502 mid-prepare (#3441) and + // Session, observed when the master returned 502 mid-prepare (#3441) and // crashed the slave on the next attribute access. if res == nil || res.Req == nil || res.Session == nil { return nil, fmt.Errorf("stateless prepare upload returned an incomplete response")