Skip to content

Commit 28b8582

Browse files
committed
Merge pull request kjdev#1 from mjanda/patch-1
Fix typo in readme
2 parents 6a48b44 + 5e009d0 commit 28b8582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extension=brotli.so
3535

3636
### Description
3737

38-
string **brotli\_compress** ( string _$data_ [, int _$quarity_ = 11, int _$mode_ = -1 ] )
38+
string **brotli\_compress** ( string _$data_ [, int _$quality_ = 11, int _$mode_ = -1 ] )
3939

4040
This function compress the given string using the ZLIB data format.
4141

@@ -45,7 +45,7 @@ This function compress the given string using the ZLIB data format.
4545

4646
The data to compress.
4747

48-
* _quarity_
48+
* _quality_
4949

5050
The higher the quality, the slower the compression.
5151
(Defaults to 11)

0 commit comments

Comments
 (0)