[ARVADOS] updated: 2.1.0-1386-g23fd7cf1e

Git user git at public.arvados.org
Thu Sep 23 13:21:34 UTC 2021


Summary of changes:
 doc/architecture/keep-data-lifecycle.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  23fd7cf1e89ef8c06994b7f6877be3f35faf6f1f (commit)
      from  776f345ab8fba0432a0655a2515ace407fcf19ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 23fd7cf1e89ef8c06994b7f6877be3f35faf6f1f
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Sep 23 09:21:25 2021 -0400

    Fix typo.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/doc/architecture/keep-data-lifecycle.html.textile.liquid b/doc/architecture/keep-data-lifecycle.html.textile.liquid
index a2e31fb0e..e3253277c 100644
--- a/doc/architecture/keep-data-lifecycle.html.textile.liquid
+++ b/doc/architecture/keep-data-lifecycle.html.textile.liquid
@@ -36,7 +36,7 @@ table(table table-bordered table-condensed).
 |_. collection state|_. is_trashed|_. trash_at|_. delete_at|_. get|_. list|_. list?include_trash=true|_. can be modified|
 |persisted collection|false |null |null |yes |yes |yes |yes |
 |expiring collection|false |future |future |yes  |yes |yes |yes |
-|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attribtues|
+|trashed collection|true |past |future |no |no |yes |only is_trashed, trash_at and delete_at attributes|
 |deleted collection|true|past |past |no |no |no |no |
 
 h2(#block_lifecycle). Block lifecycle

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list