Skip to content

Commit

Permalink
Merge pull request #30 from kevincheng97/patch-1
Browse files Browse the repository at this point in the history
typo on line 352
  • Loading branch information
mkborregaard authored Oct 14, 2017
2 parents 21721a6 + 100a443 commit 7050464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecipesBase/src/RecipesBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ end

function _userplot(expr::Expr)
if expr.head != :type
errror("Must call userplot on a type/immutable expression. Got: $expr")
error("Must call userplot on a type/immutable expression. Got: $expr")
end

typename = expr.args[2]
Expand Down

0 comments on commit 7050464

Please sign in to comment.