Skip to content

Commit

Permalink
Merge pull request #5 from aglenn/master
Browse files Browse the repository at this point in the history
Made the CarteItem initializer public
  • Loading branch information
devxoul committed Nov 20, 2016
2 parents 07f4984 + 0984020 commit 6e8cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carte/CarteItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public struct CarteItem {
return self.name
}

init(name: String) {
public init(name: String) {
self.name = name
}

Expand Down

0 comments on commit 6e8cfa7

Please sign in to comment.