authorgravatar for sorairolake@protonmail.chShun Sakai <sorairolake@protonmail.ch> 2025-01-27 12:24:36+09:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-01-27 12:24:36+09:00
log7599216341251a6c24428259977d52908f9f2a3d
tree60811262e14985df87d53947d3c28c3ae4f93da7
parent30fc1012ae28afcff6178997287bb7daeef077f6
signaturebadge-check Signed by PGP key B5690EEEBB952194

std.zip: Include the last paragraph in top-level doc comments

Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>

1 files changed, 2 insertions(+), 2 deletions(-)

lib/std/zip.zig+2-2
......@@ -1,7 +1,7 @@
11//! The .ZIP File Format Specification is found here:
22//! https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt
3
4// Note that this file uses the abbreviation "cd" for "central directory"
3//!
4//! Note that this file uses the abbreviation "cd" for "central directory"
55
66const builtin = @import("builtin");
77const std = @import("std");