Skip to content

Commit f604f4f

Browse files
committed
Change code highlighting
Signed-off-by: Alex Saveau <[email protected]>
1 parent 32a9bef commit f604f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ new FirebaseIndexListAdapter<Chat>(this, Chat.class, android.R.layout.two_line_l
306306
### A note on ordering
307307

308308
The order in which your receive your data depends on the order from `keyRef`, not `dataRef`:
309-
```json
309+
```javascript
310310
{
311311
"data": {
312312
// This order doesn't matter, the order is taken from keys/(user1 or user2).

0 commit comments

Comments
 (0)