add "()" in line 12 after "parenthesis". (#30846)

This commit is contained in:
Saisaran mummidi
2019-03-05 06:29:47 +05:30
committed by Randell Dawson
parent a960147c5a
commit 4f1fb17b37

View File

@ -9,4 +9,4 @@ Here is an example:
The variable `product` would have a value of `80` after this declaration.
When making calculations, it is possible to use parentheses to prioritise which numbers should be multiplied together.
When making calculations, it is possible to use parentheses `()` to prioritise which numbers should be multiplied together.