From 7c199d9693ef9b9db067457f3b4a0bb0609b2c9f Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Mon, 26 Jul 2021 00:24:16 +0800 Subject: [PATCH] Fix 'ploting_backend' -> 'plotting_backend' typo in the manual. --- book/src/cargo_criterion/configuring_cargo_criterion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/cargo_criterion/configuring_cargo_criterion.md b/book/src/cargo_criterion/configuring_cargo_criterion.md index 52a4e7a5..137df256 100644 --- a/book/src/cargo_criterion/configuring_cargo_criterion.md +++ b/book/src/cargo_criterion/configuring_cargo_criterion.md @@ -24,7 +24,7 @@ output_format = "criterion" # This is used to configure the plotting backend used by cargo-criterion. # Options are "gnuplot" and "plotters", or "auto", which will use gnuplot if it's # available or plotters if it isn't. -ploting_backend = "auto" +plotting_backend = "auto" # The colors table allows users to configure the colors used by the charts # cargo-criterion generates.