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 @@...@@ -1,7 +1,7 @@
1//! The .ZIP File Format Specification is found here:1//! The .ZIP File Format Specification is found here:
2//! https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt2//! https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt
33//!
4// Note that this file uses the abbreviation "cd" for "central directory"4//! Note that this file uses the abbreviation "cd" for "central directory"
55
6const builtin = @import("builtin");6const builtin = @import("builtin");
7const std = @import("std");7const std = @import("std");