From 1f6a17c1556d245fa077465f25d42fe0b22f4030 Mon Sep 17 00:00:00 2001 From: milki Date: Wed, 6 Jun 2012 12:21:46 -0700 Subject: [PATCH] fix D perm reference --- doc/write-types.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/write-types.mkd b/doc/write-types.mkd index a05ed6c..79d8f67 100644 --- a/doc/write-types.mkd +++ b/doc/write-types.mkd @@ -17,7 +17,7 @@ rewind, but not *delete* a ref. The `C` and `D` qualifiers help here. Please do not confuse this with the standalone `C` permission that allows someone to [create][] a **repo** - * When a rule specifies `RWD` or `RW+D`, then *rules that do NOT have the C + * When a rule specifies `RWD` or `RW+D`, then *rules that do NOT have the D qualifier will no longer permit **deleting** a ref*. Note: These two can be combined, so you can have `RWCD` and `RW+CD` as well.