Skip to content

Commit e222e29

Browse files
Apply suggestions from review
Co-authored-by: Kyle Rollins <[email protected]>
1 parent 0654117 commit e222e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/api-details/java/users/custom-user-data-read-custom-user-data-2-description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
If you require the most recent version of custom user data, use the
44
:java-sdk:`User.refreshCustomData()
5-
<io/realm/mongodb/User.html#refreshCustomData-->`
5+
<io/realm/mongodb/User.html#refreshCustomData()>`
66
method to request the latest version of a user's custom data.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
To read custom user data, call the
2-
:java-sdk:`User.customData() <io/realm/mongodb/User.html#getCustomData-->`
2+
:java-sdk:`User.getCustomData() <io/realm/mongodb/User.html#getCustomData()>`
33
method on the ``User`` object of a logged in user.

0 commit comments

Comments
 (0)