mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 02:44:17 +01:00 
			
		
		
		
	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))
This commit is contained in:
		| @@ -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 `title` keyword and its value in string to give a title to the pie-chart. This is ***OPTIONAL*** | ||||||
| - Followed by dataSet | - Followed by dataSet | ||||||
|     - `label` for a section in the pie diagram within `" "` quotes. |     - `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) |     - Followed by `positive numeric value` (supported upto two decimal places) | ||||||
|  |  | ||||||
| [pie] | [pie] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hal Wine
					Hal Wine