diff --git a/godoc/dl/dl.go b/godoc/dl/dl.go index 9a6f99d1..977ba983 100644 --- a/godoc/dl/dl.go +++ b/godoc/dl/dl.go @@ -159,7 +159,7 @@ type Feature struct { var featuredFiles = []Feature{ { Platform: "Microsoft Windows", - Requirements: "Windows XP SP2 or later, Intel 64-bit processor", + Requirements: "Windows XP SP3 or later, Intel 64-bit processor", fileRE: regexp.MustCompile(`\.windows-amd64\.msi$`), }, {