Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Apr 5, 2018
1 parent c494092 commit 2ab42cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/SwiftLintFramework/Models/SwiftVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ extension SwiftVersion {
let file = File(contents: """
#if swift(>=4.2.0)
let version = "4.2.0"
#elsif swift(>=4.1.1)
#elseif swift(>=4.1.1)
let version = "4.1.1"
#elsif swift(>=4.1.0)
#elseif swift(>=4.1.0)
let version = "4.1.0"
#elseif swift(>=4.0.3)
let version = "4.0.3"
Expand Down

0 comments on commit 2ab42cd

Please sign in to comment.