From 7599216341251a6c24428259977d52908f9f2a3d Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Mon, 27 Jan 2025 12:24:36 +0900 Subject: [PATCH] std.zip: Include the last paragraph in top-level doc comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alex Rønne Petersen --- lib/std/zip.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/std/zip.zig b/lib/std/zip.zig index bafd427262..0717694c49 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");