Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adagiolabs committed Sep 6, 2013
1 parent 9b4dd8f commit 26a413d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sections/data_reference.md
Expand Up @@ -295,8 +295,8 @@ Note
<subject-id type="integer">1</subject-id>
<subject-type>#{ Party || Deal || Kase }</subject-type>
<subject-name>John Doe</subject-name>
<collection-id type="integer">1</subject-id>
<collection-type>#{ Deal || Kase }</subject-type>
<collection-id type="integer">1</collection-id>
<collection-type>#{ Deal || Kase }</collection-type>
<visible-to>#{Everyone || Owner || NamedGroup}</visible-to>
<owner-id type="integer">#{ user_id -- when visible-to is "Owner"}</owner-id>
<group-id type="integer">#{ group_id -- when visible-to is "NamedGroup"}</group-id>
Expand Down

0 comments on commit 26a413d

Please sign in to comment.