Skip to content

Commit

Permalink
docc for yaml string
Browse files Browse the repository at this point in the history
  • Loading branch information
tejassharma96 committed Jul 11, 2024
1 parent 635ffd2 commit bc0d5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Yams/YamlError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,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 the value
/// - parameter yaml: YAML String which the problem occured while reading.
case duplicatedKeysInMapping(duplicates: [String: [Node]], yaml: String)

/// The error context.
Expand Down

0 comments on commit bc0d5b4

Please sign in to comment.