Skip to content

Commit

Permalink
Typo in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Oct 5, 2015
1 parent 4f48e47 commit e0afefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public protocol Request: AnyObject
var progress: Double { get }

/**
Received updates on progress at regular intervals while a request is in progress.
Receive updates on progress at regular intervals while a request is in progress.
Will _always_ receive a call with a value of 1 when the request completes.
*/
func progress(callback: Double -> Void) -> Self
Expand Down
2 changes: 1 addition & 1 deletion Source/ResourceObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public protocol ResourceObserver
func resourceChanged(resource: Resource, event: ResourceEvent)

/**
Received updates on progress at regular intervals while a request is in progress.
Receive updates on progress at regular intervals while a request is in progress.
Will _always_ receive a call with a value of 1 when the request completes.
*/
func resourceRequestProgress(resource: Resource, progress: Double)
Expand Down

0 comments on commit e0afefb

Please sign in to comment.