diff --git a/reference/sca/reference.xml b/reference/sca/reference.xml
index b9b115effe..32e1927153 100644
--- a/reference/sca/reference.xml
+++ b/reference/sca/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -504,7 +504,7 @@ $rate = $this->exchange_rate->getRate($currency);
$ticker and
$currency are clearly PHP scalar types.
- Components can pass the PHP scalar types string, integer, float and
+ Components can pass the PHP scalar types string, integer, real and
boolean, but data structures on service calls are always passed as
Service Data Objects (SDOs). A later section describes how a
component can create an SDO to pass on a local or Web service call, or