Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkarani committed Jun 10, 2018
1 parent 4a9eae0 commit 1e9183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Resource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protocol Resource {

/// Transformation on some data returning a type T
var parse : (Data) -> T? { get set }

}

extension Resource {
Expand Down

0 comments on commit 1e9183c

Please sign in to comment.