We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8d0f commit c940033Copy full SHA for c940033
1 file changed
IFTTT SDK/Result+Queries.swift
@@ -5,7 +5,7 @@
5
// Copyright © 2019 IFTTT. All rights reserved.
6
//
7
8
-#if swift(<5.4)
+#if swift(<5.0)
9
/// An object to model success and failure states from an API.
10
public enum Result<ValueType, ErrorType: Error> {
11
/// The operation was successful. The passed associated value is the result that was returned from the API.
0 commit comments