From efb17ee48d279e9ba711eb5fb1400127298a6c28 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Sat, 3 Feb 2024 10:40:14 +0300 Subject: [PATCH] Update download.go --- server/web/api/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/web/api/download.go b/server/web/api/download.go index 9610643..06893d4 100644 --- a/server/web/api/download.go +++ b/server/web/api/download.go @@ -47,7 +47,7 @@ func (f *fileReader) Seek(offset int64, whence int) (int64, error) { // // @Tags API // -// @Param size path string true "Test file size" +// @Param size path string true "Test file size (in MB)" // // @Produce application/octet-stream // @Success 200 {file} file