Skip to content

Commit

Permalink
renamed recursive method
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Jan 28, 2017
1 parent 83059c4 commit c13cb84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Parameters.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ public enum Parameters {
return result
}

private static func parse(item: Parameter, result: StringDict) throws -> StringDict {
private static func parse(parameter: Parameter, result: StringDict) throws -> StringDict {
let parts = item.key.components(separatedBy: ".")
let key = parts.first ?? ""

var result = result

// validate key
Expand Down

0 comments on commit c13cb84

Please sign in to comment.