aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2014-12-26 11:52:16 +0100
committerMoritz Lenz <moritz@faui2k3.org>2014-12-26 11:52:16 +0100
commit6bfb316bf74ac9ee87410fd2a9ca13f894522394 (patch)
treea0a3504809fbade13881a6b4cd0a983ffa9b3dbc
parent576754e5b5b223079ffde8cf9a340682b9441d27 (diff)
Fix more typos, mickcy_ca++
-rw-r--r--docs/announce/2014.12.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/announce/2014.12.md b/docs/announce/2014.12.md
index 32f3dfe..be464da 100644
--- a/docs/announce/2014.12.md
+++ b/docs/announce/2014.12.md
@@ -32,9 +32,9 @@ Some of the new features added to this release include:
- Supply.lines/words and IO::Handle.words implemented
- &indir for scoped directory manipulations
- Various performance improvements
-- Method 'for' as an alias for 'map'. Map will stop flattening the list eventually, 'for' remains as it is n
+- Method 'for' as an alias for 'map'. Map will stop flattening the list eventually, 'for' remains as it is now
- Method 'unique' as a successor for 'uniq'
-- Introduce IO::Handle.slurp-rest for slurping rest from handle
+- Introduce IO::Handle.slurp-rest for slurping rest from the handle
- Fix tie-breaking issues with longest literal matching
- Method FALLBACK implemented
- $*DISTRO and $*KERNEL updated ($*DISTRO now actually report the Linux dist)