diff --git a/Package.swift b/Package.swift index fab56e11a..786dd610e 100644 --- a/Package.swift +++ b/Package.swift @@ -84,7 +84,7 @@ let package = Package( ], path: "Test/AblyTesting" ), - // Provides test helpers written in Objective-C (they can't be part of AblyTests because SPM doesn't allow mixed-language targets). + // Provides test helpers written in Objective-C (they can't be part of AblyTesting because SPM doesn't allow mixed-language targets). .target( name: "AblyTestingObjC", path: "Test/AblyTestingObjC",