Guides/ReportDesign/15.0-Expressions-in-Izenda.md
... ...
@@ -51,7 +51,7 @@ We can also use expressions to manipulate text. Let’s say that we have 'ShipC
51 51
52 52
**Using the following expression:**
53 53
54
-``[ShipCity], + ', ' + [ShipCountry]``
54
+``[ShipCity] + ', ' + [ShipCountry]``
55 55
56 56
![expressions3](http://wiki.izenda.us/FAQ/FAQ/expressions3.png)
57 57