Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Sep 13, 2018
1 parent b9d4c48 commit 271c8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_recipe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function xyrange(u, L, R, B, T, W, H; offset=0)
end


function get_xs_ys(map::Nothin, rs, L, R, B, T, W, H)
function get_xs_ys(map::Nothing, rs, L, R, B, T, W, H)
xs = Float64[]
ys = Float64[]
for u in rs
Expand Down

0 comments on commit 271c8dc

Please sign in to comment.