From a742ba2c34c48a3f7d21607ffdd02c5dc87a2932 Mon Sep 17 00:00:00 2001 From: Andrew Keller Date: Thu, 23 Feb 2017 12:31:21 -0800 Subject: [PATCH] Fix spelling. --- NEWS.md | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index cdfe9b4a..bda0a2e2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ - v0.1.1 - - Fixed a macro hygeine issue that prevented `@dimension` and `@derived_dimension` + - Fixed a macro hygiene issue that prevented `@dimension` and `@derived_dimension` from working properly if Compat was not imported in the calling namespace. - v0.1.0 diff --git a/test/runtests.jl b/test/runtests.jl index 4e2ec9e3..d93cab5d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -823,7 +823,7 @@ end end # Test to make sure user macros are working properly -# (and incidentally, for Compat macro hygeine in @dimension, @derived_dimension) +# (and incidentally, for Compat macro hygiene in @dimension, @derived_dimension) module TUM using Unitful using Base.Test