Skip to content

Commit

Permalink
sharing: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
neilj committed Apr 18, 2024
1 parent 9e6b4b7 commit 08b3cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfc/src/sharing.xml
Expand Up @@ -207,7 +207,7 @@ for this Principal that the user has access to, or null if none.</t></li>
<li><t><strong>newRights</strong>: <tt>String[Boolean]|null</tt> (immutable; server-set)</t>
<t>The "myRights" property of the object for the user after the change.</t></li>
<li><t><strong>name</strong>: <tt>String</tt> (immutable; server-set)</t>
<t>The name of the object at the time the notification was made. Determining the name will depend on the data type in question. For example it might be the "title" property of a CalendarEvent or the "name" of a Mailbox. The name is to show to users who have had their access rights to the object removed, so that these users know what it is they can no longer access.</t></li>
<t>The name of the object at the time the notification was made. Determining the name will depend on the data type in question. For example, it might be the "title" property of a CalendarEvent or the "name" of a Mailbox. The name is to show to users who have had their access rights to the object removed, so that these users know what it is they can no longer access.</t></li>
</ul>
</section>

Expand Down Expand Up @@ -268,7 +268,7 @@ for this Principal that the user has access to, or null if none.</t></li>
</ul>

<section anchor="example"><name>Example</name>
<t>Suppose we are designing a data model for a very simple todo list. There is a Todo data type representing a single item to do, each of which belongs to a single TodoList. The specification makes the lists sharable by referencing this document and defining the common properties.</t>
<t>Suppose we are designing a data model for a very simple todo list. There is a Todo data type representing a single item to do, each of which belongs to a single TodoList. The specification makes the lists shareable by referencing this document and defining the common properties.</t>

<t>First it would define a set of domain-specific rights. For example, a TodoListRights object may have the following properties:</t>

Expand Down

0 comments on commit 08b3cf8

Please sign in to comment.