From f3a52c80bf8d25da5c9b22be24749fd04bf96989 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 8 May 2020 13:41:32 +0530 Subject: [PATCH] Fix a typo in the `recipe_pipeline!` constructor (#54) --- RecipesPipeline/src/RecipesPipeline.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RecipesPipeline/src/RecipesPipeline.jl b/RecipesPipeline/src/RecipesPipeline.jl index 18d9086e5..b554457f9 100644 --- a/RecipesPipeline/src/RecipesPipeline.jl +++ b/RecipesPipeline/src/RecipesPipeline.jl @@ -53,9 +53,9 @@ include("recipes.jl") recipe_pipeline!(plt, plotattributes, args) Recursively apply user recipes, type recipes, plot recipes and series recipes to build a -list of `Dict`s, each corresponding to a series. At the beginning `plotattributes` -contains only the keyword arguments passed in by the user. Add all series to the plot -bject `plt` and return it. +list of `Dict`s, each corresponding to a series. At the beginning, `plotattributes` +contains only the keyword arguments passed in by the user. Then, add all series to the plot +object `plt` and return it. """ function recipe_pipeline!(plt, plotattributes, args) plotattributes[:plot_object] = plt