aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-10-15 06:55:11 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-10-15 06:55:11 +0100
commitec1e99a659cc3422ad7ac41f86830035fca06add (patch)
treea6573f0427b538e02149f79df8103c9e95f4f092
parent7fcd01928e82a45ac22d006df95115ba38ee288e (diff)
minor typo fixed
-rw-r--r--docs/announce/2016.10.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/announce/2016.10.md b/docs/announce/2016.10.md
index 4989b11..e740279 100644
--- a/docs/announce/2016.10.md
+++ b/docs/announce/2016.10.md
@@ -7,7 +7,7 @@ announce the October 2016 release of "Rakudo Star", a useful and usable
production distribution of Perl 6. The tarball for the October 2016 release
is available from <http://rakudo.org/downloads/star/>.
-This is the third post-Christmas (production) release of Rakudo Star and
+This is the fourth post-Christmas (production) release of Rakudo Star and
implements Perl v6.c. It comes with support for the MoarVM backend (all
module tests pass on supported platforms).
@@ -71,8 +71,8 @@ Notable changes in modules shipped with Rakudo Star:
* Linenoise: Remove dependency on Native::Resources
* Pod-To-HTML: Add support for lang="" attribute, ignore .precomp and other changes
* doc: Many documentation additions and improvements (too many to list!)
- * json_fast: Don't explode when using to-json on a Num
-- * p6-native-resources: Mark this module as deprecated in the ecosystem
+ * json-fast: Don't explode when using to-json on a Num
+ * p6-native-resources: Mark this module as deprecated in the ecosystem
* panda: support for prove6 and uninstallation of modules and much else
* perl6-lwp-simple: Make SSL testing optional and more control over character encoding.
* svg-plot: Background color option and bubble plot type added.