Skip to content

Commit

Permalink
Correct ComparatorParameters.init's argument label (configuration
Browse files Browse the repository at this point in the history
… => `configurations`)

Correct `ComparatorParameters.init`'s argument label (`configuration` => `configurations`)

Signed-off-by: Kishikawa Katsumi <[email protected]>
  • Loading branch information
kishikawakatsumi committed Oct 27, 2020
1 parent dc5794d commit 190644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func compare() {
mode: mode)

// prepare parameters
let parameters = ComparatorParameters(targets: .all, configuration: .all)
let parameters = ComparatorParameters(targets: .all, configurations: .all)

// compare and get the result
let result = try projectComparator.compare(path1, path2, parameters: parameters)
Expand Down

0 comments on commit 190644f

Please sign in to comment.