From 99cdcb3d2b494b6eafa6a3814764d8d5b3fcabc8 Mon Sep 17 00:00:00 2001
From: Tim Rizzi <trizzi@gitlab.com>
Date: Mon, 31 Jul 2023 19:14:09 +0000
Subject: [PATCH] Resolve "Improve the documentation of Generic Packages
 Registry"

---
 doc/user/packages/generic_packages/index.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/user/packages/generic_packages/index.md b/doc/user/packages/generic_packages/index.md
index 6b3aa64169505..1c8392f3e15cb 100644
--- a/doc/user/packages/generic_packages/index.md
+++ b/doc/user/packages/generic_packages/index.md
@@ -111,7 +111,9 @@ Example response with attribute `select = package_file`:
 ### Publishing a package with the same name or version
 
 When you publish a package with the same name and version as an existing package, the new package
-files are added to the existing package. You can still use the UI or API to access and view the
+files are added to the existing package. When you install a generic package that has a duplicate, GitLab downloads the latest version.
+
+You can use the UI or API to access and view the
 existing package's older files. To delete these older package revisions, consider using the Packages
 API or the UI.
 
-- 
GitLab