diff --git a/lib/std/zip.zig b/lib/std/zip.zig index bafd427262b59bd30c22bf14caa89d89740ace66..0717694c4994fda825d44273b1c57452d0a8b402 100644 --- a/lib/std/zip.zig +++ b/lib/std/zip.zig @@ -1,7 +1,7 @@ //! The .ZIP File Format Specification is found here: //! https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt - -// Note that this file uses the abbreviation "cd" for "central directory" +//! +//! Note that this file uses the abbreviation "cd" for "central directory" const builtin = @import("builtin"); const std = @import("std");