Skip to content

Commit 281ade4

Browse files
committed
Merge pull request appdotnet#63 from jeremyheiler/master
Fix user id documentation to be specific to users.
2 parents dd2c640 + 818e7c6 commit 281ade4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A user is the central object utilized by the App.net Stream API. They have usern
6868
<tr>
6969
<td><code>id</code></td>
7070
<td>string</td>
71-
<td>Primary identifier for a post. Alphanumeric, always expressed as a string. This idspace is unique to Post objects. There can be a Post and User with the same ID; no relation is implied.</td>
71+
<td>Primary identifier for a user. Alphanumeric, always expressed as a string. This idspace is unique to User objects. There can be a Post and User with the same ID; no relation is implied.</td>
7272
</tr>
7373
<tr>
7474
<td><code>username</code></td>

0 commit comments

Comments
 (0)