From a00305d3d0ec4eec41bc9785ac067b6d73918d4a Mon Sep 17 00:00:00 2001 From: Yonaba Date: Sat, 11 Jan 2014 21:29:46 +0000 Subject: [PATCH] Typos --- version_history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_history.md b/version_history.md index 15913dc..8cb43b3 100644 --- a/version_history.md +++ b/version_history.md @@ -3,7 +3,7 @@ ##0.8.0 (01/11/2014) * Mixins are now included with `include`, not `with` * Objects (instances) cannot call `new` -* Shortened class/instances __tostring output (`class (?)` instead of `class (Unnamed)` +* Shortened class/instances `__tostring` output (`class (?)` instead of `class (Unnamed)`) * Bugfixes for `30logclean` (Thanks [zorfmorf](https://github.com/zorfmorf)) * Updated specification tests and README