Commit: 3e80f58da034be94b7a115e5710389ab5805d66f Author: Davey Shafik <m...@daveyshafik.com> Thu, 1 Dec 2016 23:32:32 -0800 Parents: d3c81b4f2e4ca914c2849b365807876d37474ab1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3e80f58da034be94b7a115e5710389ab5805d66f Log: Fix typo (again) Changed paths: M releases/7_1_0.php Diff: diff --git a/releases/7_1_0.php b/releases/7_1_0.php index 1841e12..b4d5a3d 100644 --- a/releases/7_1_0.php +++ b/releases/7_1_0.php @@ -14,7 +14,7 @@ site_header("PHP 7.1.0 Release Announcement"); <ul> <li><a href="https://wiki.php.net/rfc/nullable_types">Nullable types</a></li> <li><a href="https://wiki.php.net/rfc/void_return_type">Void return type</a></li> - <li><a href="https://wiki.php.net/rfc/iterable">Iterable psuedo-type</a></li> + <li><a href="https://wiki.php.net/rfc/iterable">Iterable pseudo-type</a></li> <li><a href="https://wiki.php.net/rfc/class_const_visibility">Class constant visiblity modifiers</a></li> <li><a href="https://wiki.php.net/rfc/short_list_syntax">Square bracket syntax for <code>list()</code></a> and <a href="https://wiki.php.net/rfc/list_keys">the ability to specify keys in <code>list()</code></a></li> <li><a href="https://wiki.php.net/rfc/multiple-catch">Catching multiple exceptions types</a></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php