Showing with 1 addition and 1 deletion.
  1. +1 −1 std/zip.d
2 changes: 1 addition & 1 deletion std/zip.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Written in the D programming language.

/**
* Read/write data in the $(LINK2 http://www.info-_zip.org, zip archive) format.
* Read/write data in the $(LINK2 http://www.info-zip.org, _zip archive) format.
* Makes use of the etc.c.zlib compression library.
*
* Bugs:
Expand Down