1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-09-28 21:29:52 +00:00

remove not exist function name in comment

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu 2023-09-21 16:53:59 +08:00
parent f0e27fde4d
commit 34654f6c4a

View file

@ -109,7 +109,6 @@ const (
// blobsPathSpec: <root>/v2/blobs/
// blobPathSpec: <root>/v2/blobs/<algorithm>/<first two hex bytes of digest>/<hex digest>
// blobDataPathSpec: <root>/v2/blobs/<algorithm>/<first two hex bytes of digest>/<hex digest>/data
// blobMediaTypePathSpec: <root>/v2/blobs/<algorithm>/<first two hex bytes of digest>/<hex digest>/data
//
// For more information on the semantic meaning of each path and their
// contents, please see the path spec documentation.