We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b4867 commit 1a294e3Copy full SHA for 1a294e3
_includes/android/objects.md
@@ -6,7 +6,7 @@ Storing data on Parse is built around the `ParseObject`. Each `ParseObject` cont
6
7
For example, let's say you're tracking high scores for a game. A single `ParseObject` could contain:
8
9
-<pre><code class="javascript">
+```javascript
10
score: 1337, playerName: "Sean Plott", cheatMode: false
11
```
12
0 commit comments