From 664ded9f28e885fc5380efe5ea7032e814ffaf60 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 1 Jun 2013 10:56:30 -0400 Subject: [PATCH] Docs: small fix to UpdateReport --- src/sphinx/Detailed-Topics/Update-Report.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Detailed-Topics/Update-Report.rst b/src/sphinx/Detailed-Topics/Update-Report.rst index 7900058bd..c41326708 100644 --- a/src/sphinx/Detailed-Topics/Update-Report.rst +++ b/src/sphinx/Detailed-Topics/Update-Report.rst @@ -12,7 +12,7 @@ each resolved configuration. A ``ConfigurationReport`` supplies reports configuration. Finally, a ``ModuleReport`` lists each successfully retrieved ``Artifact`` and the ``File`` it was retrieved to as well as the ``Artifact``\ s that couldn't be downloaded. This missing -``Arifact`` list is never empty for ``update``, which will fail if it is +``Arifact`` list is always empty for ``update``, which will fail if it is non-empty. However, it may be non-empty for ``updateClassifiers`` and ``updateSbtClassifers``.