@@ -86,14 +86,13 @@ We can store a reference to another ParseObject by assigning it to an attribute:
...
@@ -86,14 +86,13 @@ We can store a reference to another ParseObject by assigning it to an attribute:
>>> gameScore.item = collectedItem
>>> gameScore.item = collectedItem
~~~~~
~~~~~
We can also store geoPoint dataTypes as attributes using the format 'POINT(latitude longitude)', with latitude and longitude as float values
We can also store geoPoint dataTypes as attributes using the format <code>'POINT(latitude longitude)'</code>, with latitude and longitude as float values