Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-10-18 10:55:15 +0300
committerMichal Čihař <michal@cihar.com>2016-10-18 11:26:33 +0300
commit21beba716a10ccdfb552eaeecca1496f993f8d43 (patch)
treeaec236622ec29e61ee85262472485e1bc7d2f3e2 /doc/charts.rst
parent4fc27b8e8ebdf5debdb478a1c9536eb05957e846 (diff)
Fix missing references in docs
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/charts.rst')
-rw-r--r--doc/charts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/charts.rst b/doc/charts.rst
index 0839fbf293..a64281c3a5 100644
--- a/doc/charts.rst
+++ b/doc/charts.rst
@@ -34,7 +34,7 @@ Pie chart
Query results for a simple pie chart can be generated with:
-.. code-block:: sql
+.. code-block:: mysql
SELECT 'Food' AS 'expense', 
   1250 AS 'amount' UNION