From da2ca1b6e2a1c956f260e3ae6ffd7fe0cbb85394 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 7 Jun 2023 06:51:03 -0700 Subject: [PATCH] Update Sources/docc/main.swift Co-authored-by: Kyle --- Sources/docc/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/docc/main.swift b/Sources/docc/main.swift index 0c0ac0c7f9..2a157a7dd0 100644 --- a/Sources/docc/main.swift +++ b/Sources/docc/main.swift @@ -13,5 +13,5 @@ import SwiftDocCUtilities Docc.main() #else -fatalError("Command line interface supported only on macOS, Windows, and Linux platforms.") +fatalError("Command line interface supported only on macOS, Linux and Windows platforms.") #endif