aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-11-22 21:14:44 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-11-22 21:14:44 +0100
commit349fb9812eb01ef3e6716cfc6ebd149302d6cc05 (patch)
tree87c3649034cbd08e4b773b8373e38aa828ae4988
parent222cce6ca8059c9ce0f93a308520827b3f353012 (diff)
parent59c05362055e3d884f18ebe4af602b7c2ec51712 (diff)
Merge pull request #57 from stmuk/master
correct two minor typos
-rw-r--r--docs/announce/2015.11.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/announce/2015.11.md b/docs/announce/2015.11.md
index b090c5f..1cedea6 100644
--- a/docs/announce/2015.11.md
+++ b/docs/announce/2015.11.md
@@ -54,7 +54,7 @@ Some of the new compiler features since the ast Rakudo Star release include:
+ `&nextcallee` implemented, which returns the routine that `nextsame` would invoke
+ Many speedups
-The Rakudo Perl 6 compiler is now officialy in beta for the upcoming
+The Rakudo Perl 6 compiler is now officially in beta for the upcoming
production release around Christmas 2015.
Please note that this release of Rakudo Star is not fully functional with the
@@ -65,7 +65,7 @@ Notable changes in modules shipped with Rakudo Star:
* Bailador: Add MIT License
* DBIish: Improved Windows support
* doc: More documentation; generated HTML is better searchable
-* Template::Mustache: Switchted from LGPL to Artistic License 2.0
+* Template::Mustache: Switched from LGPL to Artistic License 2.0
* panda: Default action is no longer `install`; better help messages
* Digest::MD5: Now accepts non-ASCII input (internally encodes as Latin-1)
* LWP::Simple: Support for successful return codes besides 200