@@ -75,8 +75,8 @@ accompanied by [pull requests](#pull-requests). You can find the extremely large
7575list 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 internals@lists.php.net . 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 internals@lists.php.net . RFC Wiki accounts can be
8080requested on https://wiki.php.net/start?do=register . PHP extension maintainers
8181can be found in the [ EXTENSIONS] ( /EXTENSIONS ) file in the PHP source code
8282repository. Mailing list subscription is explained on the
@@ -318,7 +318,7 @@ detailed [information on Git](https://git-scm.com/).
318318
319319PHP is developed through the efforts of a large number of people. Collaboration
320320is 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| --------- | --------- |
0 commit comments