Skip to content

Commit

Permalink
Merge pull request #221 from Antondomashnev/patch-1
Browse files Browse the repository at this point in the history
Small documentation improvement
  • Loading branch information
AliSoftware authored Oct 24, 2016
2 parents e3cd017 + 6339a58 commit 46b835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
* @param inBundleForClass The class of the caller, used to determine the current bundle
* in which the file is supposed to be located.
* You should typically pass `self.class` (ObjC) or
* `self.dynamicType` (Swift) when calling this function.
* `self.dynamicType` (Swift < 3.0) or `type(of: self)` (Swift >= 3.0) when calling this function.
*
* @return The path of the given file in the same bundle as the inBundleForClass class
*/
Expand Down

0 comments on commit 46b835e

Please sign in to comment.