diff --git a/src/layouts.jl b/src/layouts.jl index 57c9c663..ff4d0041 100644 --- a/src/layouts.jl +++ b/src/layouts.jl @@ -230,7 +230,7 @@ end grid(args...; kw...) Create a grid layout for subplots. `args` specify the dimensions, e.g. -`grid(3,2, widths = (0.6,04))` creates a grid with three rows and two +`grid(3,2, widths = (0.6,0.4))` creates a grid with three rows and two columns of different width. """ grid(args...; kw...) = GridLayout(args...; kw...)