aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)