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

Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
This commit is contained in:
Shun Sakai 2025-01-27 12:24:36 +09:00 committed by GitHub
parent 30fc1012ae
commit 7599216341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");