Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkeller34 committed Feb 23, 2017
1 parent cbc0d77 commit a742ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a742ba2

Please sign in to comment.