Skip to content

Commit

Permalink
Update GTMSessionUploadFetcher.h
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored and thomasvl committed Apr 23, 2024
1 parent 0382ca2 commit f6dfa68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ typedef void (^GTMSessionUploadFetcherCancellationHandler)(GTMSessionFetcher *_N
//
// Unlike other callbacks, since this is related specifically to the stopFetching flow it is not
// cleared by stopFetching. It will instead clear itself after it is invoked or if the completion
// has occured before stopFetching is called.
// has occurred before stopFetching is called.
@property(atomic, copy, nullable) GTMSessionUploadFetcherCancellationHandler cancellationHandler;

// Exposed for testing only.
Expand Down

0 comments on commit f6dfa68

Please sign in to comment.