Skip to content

Commit e97c1a9

Browse files
committed
patch up README
1 parent fbd8e48 commit e97c1a9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,10 +2141,9 @@ Thus, for example:
21412141
```
21422142
ACLOperation('read','public') in sess.acls.get(object)
21432143
```
2144-
is a valid operation. Consequently, any client application that habitually
2145-
caches object permissions could use similar code to check new ACLOperations against the cache
2146-
and conceivably be able to optimize size of an atomic ACLs request by eliminating
2147-
any ACLOperations that might have been redundant.
2144+
is a valid operation, so that an application that tends to cache object
2145+
permissions client-side might use such checks in optimizing atomic ACL
2146+
requests against the inclusion of any redundant ACLOperations.
21482147

21492148
Quotas (v2.0.0)
21502149
---------------

0 commit comments

Comments
 (0)