Doc: missing parenthesis

This commit is contained in:
Bertrand Benjamin 2019-07-12 09:44:22 +02:00
parent e811c5a4c4
commit 6dc4743d8e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pip install -U mapytex
2 / 5 + 2 / 3
2 * 3 / 5 * 3 + 2 * 5 / 3 * 5
6 / 15 + 10 / 15
6 + 10 / 15
( 6 + 10 ) / 15
16 / 15
```