diff options
| author | Shun Sakai <sorairolake@protonmail.ch> | 2025-01-27 12:24:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-27 12:24:36 +0900 |
| commit | 7599216341251a6c24428259977d52908f9f2a3d (patch) | |
| tree | 60811262e14985df87d53947d3c28c3ae4f93da7 /lib/std/zip.zig | |
| parent | 30fc1012ae28afcff6178997287bb7daeef077f6 (diff) | |
| download | zig-7599216341251a6c24428259977d52908f9f2a3d.tar.gz zig-7599216341251a6c24428259977d52908f9f2a3d.zip | |
std.zip: Include the last paragraph in top-level doc comments
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
Diffstat (limited to 'lib/std/zip.zig')
| -rw-r--r-- | lib/std/zip.zig | 4 |
1 files 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"); |
