From b21100cc5d16bc5694d5778ebcf43722a2be81a9 Mon Sep 17 00:00:00 2001 From: Hal Wine <132412+hwine@users.noreply.github.com> Date: Sat, 3 Oct 2020 09:07:32 -0700 Subject: [PATCH] Fix typo in pie.md ':' is called a "[colon](https://en.wikipedia.org/wiki/Colon_(punctuation))" (not [semi-colon](https://en.wikipedia.org/wiki/Semicolon)) --- docs/diagrams-and-syntax-and-examples/pie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/diagrams-and-syntax-and-examples/pie.md b/docs/diagrams-and-syntax-and-examples/pie.md index 22bade7b8..0ff549409 100644 --- a/docs/diagrams-and-syntax-and-examples/pie.md +++ b/docs/diagrams-and-syntax-and-examples/pie.md @@ -30,7 +30,7 @@ Drawing a pie chart is really simple in mermaid. - Followed by `title` keyword and its value in string to give a title to the pie-chart. This is ***OPTIONAL*** - Followed by dataSet - `label` for a section in the pie diagram within `" "` quotes. - - Followed by `:` semi-colon as separator + - Followed by `:` colon as separator - Followed by `positive numeric value` (supported upto two decimal places) [pie]