Skip to content

Commit

Permalink
Merge pull request #1293 from clovergaze/get
Browse files Browse the repository at this point in the history
Minor change (removed excessive underscore)
  • Loading branch information
gabor-boros authored Oct 16, 2020
2 parents e8d9a05 + cb72ec0 commit 6d91026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/java/selecting-data/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ r.table("heroes").get(3).merge(
).run(conn);
```

___Example:__ Subscribe to a document's [changefeed](/docs/changefeeds/).
__Example:__ Subscribe to a document's [changefeed](/docs/changefeeds/).

```java
r.table("heroes").get(3).changes().run(conn);
```
```

0 comments on commit 6d91026

Please sign in to comment.