From 1ab6327cac24ea06dd82e003dff798dc107c64d2 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 13 Jul 2014 17:40:46 +0200 Subject: [PATCH] Fix typo in changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9255909..ad54c3d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ Poodinis Changelog **Version 0.1.3** * ADD global autowire function for convinience * CHANGE workaround to be more simple -* FIX autowiring classes which container non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired. +* FIX autowiring classes which contain non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired. **Version 0.1.2** * ADD workaround for failing to autowire types registered by supertype or interface