Skip to content

Commit

Permalink
Merge pull request #42 from swift-aws/update-swiftreservedwords
Browse files Browse the repository at this point in the history
add repeat as swiftReservedWords
  • Loading branch information
noppoMan authored Dec 7, 2018
2 parents 2cf186b + c9d0345 commit e1d6f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/AWSSDKSwiftCore/String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ let swiftReservedWords: [String] = [
"is",
"do",
"try",
"type"
"type",
"repeat"
]

extension String {
Expand Down

0 comments on commit e1d6f95

Please sign in to comment.