Skip to content

Commit

Permalink
Fix typo in WorkspaceSettings.swift (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Oct 14, 2021
1 parent 5ddd9c8 commit 8998757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcodeProj/Project/WorkspaceSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class WorkspaceSettings: Codable, Equatable, Writable {

/// Initializes the settings decoding the values from the plist representation.
///
/// - Parameter decoder: Propertly list decoder.
/// - Parameter decoder: Property list decoder.
/// - Throws: An error if required attributes are missing or have a wrong type.
public required init(from decoder: Decoder) throws {
let container = try decoder.container(keyedBy: CodingKeys.self)
Expand Down

0 comments on commit 8998757

Please sign in to comment.