Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Apr 21, 2017
1 parent 8b893a3 commit 7ec7356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadsHelpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function addkeyword!(madsdata::Associative, keyword::String)
end
function addkeyword!(madsdata::Associative, class::String, keyword::String)
if haskeyword(madsdata, class, keyword)
madswarn("Keyword already `$keyword` exists")
madswarn("Keyword `$keyword` already exists")
return
end
if typeof(madsdata[class]) <: Associative
Expand Down

0 comments on commit 7ec7356

Please sign in to comment.