Skip to content

Commit e643471

Browse files
jorgsowanikic
authored andcommitted
Removed redundant word
1 parent 2bdd6c0 commit e643471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/internal_types/strings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Strings
22
=======
33

4-
Rather than using plain a plain ``char *`` pointer, PHP uses a custom ``zend_string`` type to
4+
Rather than using a plain ``char *`` pointer, PHP uses a custom ``zend_string`` type to
55
represent strings. This chapter discusses how to work with this structure, as well as various
66
string-related utilities.
77

0 commit comments

Comments
 (0)