| author | |
| committer | |
| log | 7599216341251a6c24428259977d52908f9f2a3d |
| tree | 60811262e14985df87d53947d3c28c3ae4f93da7 |
| parent | 30fc1012ae28afcff6178997287bb7daeef077f6 |
| signature |
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 | 1 | //! The .ZIP File Format Specification is found here: |
| 2 | 2 | //! 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" | |
| 5 | 5 | |
| 6 | 6 | const builtin = @import("builtin"); |
| 7 | 7 | const std = @import("std"); |