aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-02-20 12:24:11 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-02-20 12:24:11 +0100
commit67e5c836941e841df8503b23c9903878503cbbab (patch)
treec097e0f80d2492acf7b233b07bd7882af4820e28
parent2426ecd25b8dfbae38abba71988469db9f690558 (diff)
typo, lizmat++
-rw-r--r--docs/announce/2015.02.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2015.02.md b/docs/announce/2015.02.md
index b95caa3..5375748 100644
--- a/docs/announce/2015.02.md
+++ b/docs/announce/2015.02.md
@@ -55,7 +55,7 @@ like `use nqp;`.
Changes to modules included in Rakudo Star:
- [JSON::Tiny](https://github.com/moritz/json) gives better error messages on invalid input
-- [panda](https://github.com/tadzik/panda) givees better error messages when
+- [panda](https://github.com/tadzik/panda) gives better error messages when
projects.json is not a valid JSON file (for example due to ISP-level HTTP filtering)
- [doc](https://github.com/perl6/doc) ships with much more documentation
- [LWP::Simple](https://github.com/cosimo/perl6-lwp-simple) supports PUT and HEAD requests,