Skip to content

Commit 1a294e3

Browse files
committed
Fix tag in Android guide.
1 parent 24b4867 commit 1a294e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/android/objects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Storing data on Parse is built around the `ParseObject`. Each `ParseObject` cont
66

77
For example, let's say you're tracking high scores for a game. A single `ParseObject` could contain:
88

9-
<pre><code class="javascript">
9+
```javascript
1010
score: 1337, playerName: "Sean Plott", cheatMode: false
1111
```
1212

0 commit comments

Comments
 (0)