Skip to content

Commit c940033

Browse files
committed
correct swift ver i think
1 parent 92c8d0f commit c940033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IFTTT SDK/Result+Queries.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright © 2019 IFTTT. All rights reserved.
66
//
77

8-
#if swift(<5.4)
8+
#if swift(<5.0)
99
/// An object to model success and failure states from an API.
1010
public enum Result<ValueType, ErrorType: Error> {
1111
/// The operation was successful. The passed associated value is the result that was returned from the API.

0 commit comments

Comments
 (0)