Skip to content

Commit e64d122

Browse files
author
Tim Berners-Lee
committed
1 parent e4b1a3d commit e64d122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ In solid a maxim is, you have complete control of he data. Therefore it is up to
400400
- A writer could give in their profile a statement that they will allow readers to use a given app.
401401

402402
```
403-
<#me> acl:trustedApp [acl:origin <https://calendar.example.com> acl:mode acl:Read , acl:Append].
404-
<#me> acl:trustedApp [acl:origin <https://contacts.example.com> acl:mode acl:Read , acl:Write, acl:Control] .
403+
<#me> acl:trustedApp [acl:origin <https://calendar.example.com>; acl:mode acl:Read , acl:Append].
404+
<#me> acl:trustedApp [acl:origin <https://contacts.example.com>; acl:mode acl:Read , acl:Write, acl:Control] .
405405
```
406406

407407
We define the owners of the resource as people given explicit Control access to it.

0 commit comments

Comments
 (0)