aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-07-18 17:46:17 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-07-18 17:46:17 +0100
commita244d87c7e3257748631c4dd7b9d4582dd1d3c61 (patch)
tree802dd75f88340c75515afde7cbad2330ed142692
parente02930bf337bf5fc7fa1a4ca9fa1530162d47035 (diff)
correct typo to make timotimo happy
-rw-r--r--docs/announce/2016.07.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2016.07.md b/docs/announce/2016.07.md
index 63db91f..101ea20 100644
--- a/docs/announce/2016.07.md
+++ b/docs/announce/2016.07.md
@@ -62,7 +62,7 @@ Compiler maintenance since the last Rakudo Star release includes:
* Harden Mu.Str against moving GC
* Simplify $*USER/$*GROUP initialization
* Mu can now be the result of a Promise
- * samewith() now also works on none-multi's
+ * samewith() now also works on non-multi's
* Many fixes in the area of pre-compilation and installing modules
* count-only and bool-only now are optional methods in Iterators
(only to be implemented if they can work without generating anything)