From ab601b23cc2d22898c37509a75476068a043c036 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Thu, 24 Oct 2024 17:33:41 -0400 Subject: [PATCH] Update docs/spec/draft/source-requirements.md Co-authored-by: Marcela Melara Signed-off-by: Tom Hennen --- docs/spec/draft/source-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/draft/source-requirements.md b/docs/spec/draft/source-requirements.md index efa978e61..48764e7e2 100644 --- a/docs/spec/draft/source-requirements.md +++ b/docs/spec/draft/source-requirements.md @@ -56,7 +56,7 @@ Removing a revision from a repository is similar to deleting a package version f For example, in VCSs like Git, removal of a revision changes the object IDs of all subsequent revisions that were built on top of it, , breaking downstream consumers' ability to refer to source they've already integrated into their products. -It may be the case that the specific set of changes targeted by the takedown can be expunged in ways that do not impact consumed revisions, which can mitigate these problems. +It may be the case that the specific set of changes targeted by a legal takedown can be expunged in ways that do not impact consumed revisions, which can mitigate these problems. It is also the case that removing content from a repository won't necessarily remove it everywhere. The content may still exist in other copies of the repository, either in backups or on developer machines.