diff --git a/reference/bc/book.xml b/reference/bc/book.xml
index 977f6063c2..b13a9c2a1d 100644
--- a/reference/bc/book.xml
+++ b/reference/bc/book.xml
@@ -19,7 +19,7 @@
Passing values of type float to a BCMath function which expects
a string as operand may not have the desired effect due to the
way PHP converts float values to string, namely
- that the string may be in exponential notation (what is not
+ that the string may be in exponential notation (which is not
supported by BCMath), and that the decimal separator is locale dependend
(while BCMath always expects a decimal point).