Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo in bonus example. Closes #11
  • Loading branch information
MihaelIsaev authored Aug 19, 2019
1 parent 9f277cb commit ef0adeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ extension Firebaseable {
}
}

extension Array where Element == Firebaseable {
extension Array where Element: Firebaseable {
func sendPush(title: String, message: String, on container: Container) throws -> Future<Void> {
return try map { try $0.sendPush(title: title, message: message, on: container) }.flatten(on: container)
}
Expand Down

0 comments on commit ef0adeb

Please sign in to comment.