Skip to content

Commit c79e246

Browse files
Ryu0118freddi-kit
andauthored
Change error message for SpecParsingError.invalidConfigsMappingFormat
Co-authored-by: freddi(Yuki Aki) <freddi-kit@users.noreply.github.com>
1 parent 357316b commit c79e246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ProjectSpec/SpecParsingError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public enum SpecParsingError: Error, CustomStringConvertible {
4848
case let .unknownBreakpointActionSoundName(name):
4949
return "Unknown Breakpoint Action sound name: \(name)"
5050
case let .invalidConfigsMappingFormat(keys):
51-
return "The value for \"\(keys.sorted().joined(separator: ", "))\" in configs must be a dictionary"
51+
return "Invalid format: The value for \"\(keys.sorted().joined(separator: ", "))\" in `configs` must be mapping format"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)