From 8a81b398cfc124cd5d0247dac55fb3bfbafe036e Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 12 Apr 2019 12:44:34 +0200 Subject: [PATCH] fix typo --- src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipes.jl b/src/recipes.jl index 220ab221..ca2468e1 100644 --- a/src/recipes.jl +++ b/src/recipes.jl @@ -76,7 +76,7 @@ const POTENTIAL_VECTOR_ARGUMENTS = [ end end - # a tuple as fillrange has to be handed differently + # a tuple as fillrange has to be handled differently if typeof(plotattributes[:fillrange]) <: Tuple lower, upper = plotattributes[:fillrange] if typeof(lower) <: AVec