Skip to content

Commit 2f0f8fd

Browse files
committed
Fix tag in Android guide
1 parent 1a294e3 commit 2f0f8fd

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
@@ -28,7 +28,7 @@ gameScore.saveInBackground();
2828

2929
After this code runs, you will probably be wondering if anything really happened. To make sure the data was saved, you can look at the Data Browser in your app on Parse. You should see something like this:
3030

31-
<pre><code class="javascript">
31+
```javascript
3232
objectId: "xWMyZ4YEGZ", score: 1337, playerName: "Sean Plott", cheatMode: false,
3333
createdAt:"2011-06-10T18:33:42Z", updatedAt:"2011-06-10T18:33:42Z"
3434
```

0 commit comments

Comments
 (0)