mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
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:
parent
30fc1012ae
commit
7599216341
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue