Fix typo in mz_zip_rw docs.

This commit is contained in:
lemtys 2023-02-10 22:57:07 +08:00 committed by Nathan Moinvaziri
parent 04ffa8efd7
commit 804e057b73

View File

@ -664,7 +664,7 @@ if (mz_zip_reader_goto_first_entry(zip_reader) == MZ_OK) {
### mz_zip_reader_entry_save
Save the current entry to a steam. Each time the function needs to write to the stream it will call the _mz_stream_write_cb_ callback with the _stream_ pointer. This is a blocking call that will not return until the entire entry is written to the stream or until an error has occured.
Save the current entry to a stream. Each time the function needs to write to the stream it will call the _mz_stream_write_cb_ callback with the _stream_ pointer. This is a blocking call that will not return until the entire entry is written to the stream or until an error has occured.
**Arguments**
|Type|Name|Description|