Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Rollins <[email protected]>
  • Loading branch information
dacharyc and krollins-mdb committed Aug 6, 2024
1 parent 0654117 commit e222e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

If you require the most recent version of custom user data, use the
:java-sdk:`User.refreshCustomData()
<io/realm/mongodb/User.html#refreshCustomData-->`
<io/realm/mongodb/User.html#refreshCustomData()>`
method to request the latest version of a user's custom data.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
To read custom user data, call the
:java-sdk:`User.customData() <io/realm/mongodb/User.html#getCustomData-->`
:java-sdk:`User.getCustomData() <io/realm/mongodb/User.html#getCustomData()>`
method on the ``User`` object of a logged in user.

0 comments on commit e222e29

Please sign in to comment.