Skip to content

Commit

Permalink
swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
tejassharma96 committed Jul 10, 2024
1 parent da92e6a commit 635ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Yams/YamlError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public enum YamlError: Error {

/// Multiple uses of the same key detected in a mapping
///
/// - parameter duplicates: A dictionary keyed by the duplicated node value, with all nodes that duplicate said value
/// - parameter duplicates: A dictionary keyed by the duplicated node value, with all nodes that duplicate the value
case duplicatedKeysInMapping(duplicates: [String: [Node]], yaml: String)

/// The error context.
Expand Down

0 comments on commit 635ffd2

Please sign in to comment.