Skip to content

Commit

Permalink
Removed an unnecessary separator in the ParameterEncoding enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 17, 2015
1 parent a1233bc commit d78053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ParameterEncoding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum Method: String {
case OPTIONS, GET, HEAD, POST, PUT, PATCH, DELETE, TRACE, CONNECT
}

// MARK: - ParameterEncoding
// MARK: ParameterEncoding

/**
Used to specify the way in which a set of parameters are applied to a URL request.
Expand Down

0 comments on commit d78053e

Please sign in to comment.