Skip to content

Commit 543eedf

Browse files
authored
[skip-ci] minor typo fixes in UPGRADING and CONTRIBUTING.md (#11976)
1 parent baaa37f commit 543eedf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ accompanied by [pull requests](#pull-requests). You can find the extremely large
7575
list of RFCs that have been previously considered on the
7676
[PHP Wiki](https://wiki.php.net/rfc).
7777

78-
To create a RFC, discuss it with the extension maintainer, and discuss it on the
79-
development mailing list [email protected]. RFC Wiki accounts can be
78+
To create an RFC, discuss it with the extension maintainer, and discuss it on
79+
the development mailing list [email protected]. RFC Wiki accounts can be
8080
requested on https://wiki.php.net/start?do=register. PHP extension maintainers
8181
can be found in the [EXTENSIONS](/EXTENSIONS) file in the PHP source code
8282
repository. Mailing list subscription is explained on the
@@ -318,7 +318,7 @@ detailed [information on Git](https://git-scm.com/).
318318

319319
PHP is developed through the efforts of a large number of people. Collaboration
320320
is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
321-
with regards to Git usage will:
321+
with regard to Git usage will:
322322

323323
* Make everybody happier, especially those responsible for maintaining PHP
324324
itself.
@@ -348,7 +348,7 @@ Having said that, here are the organizational rules:
348348
`--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
349349
break for those who need that.
350350

351-
Currently we have the following branches in use:
351+
Currently, we have the following branches in use:
352352

353353
| Branch | |
354354
| --------- | --------- |

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ PHP 8.3 UPGRADE NOTES
258258
now returns true on success, previously null was returned.
259259
. IntlBreakiterator::setText() now returns false on failure, previously
260260
null was returned.
261-
now returns true on sucess, previously null was returned.
261+
now returns true on success, previously null was returned.
262262
. IntlChar::enumCharNames is now returning a boolean.
263263
Previously it returned null on success and false on failure.
264264

@@ -449,7 +449,7 @@ PHP 8.3 UPGRADE NOTES
449449
A warning is emitted when trying to decrement values of type null, as
450450
this will change in the next major version.
451451
Internal objects that implement an _IS_NUMBER cast but not a do_operator
452-
handler that overrides addition and substraction now can be incremented
452+
handler that overrides addition and subtraction now can be incremented
453453
and decrement as if one would do $o += 1 or $o -= 1
454454

455455
- DOM:

0 commit comments

Comments
 (0)