From 78f78e92738552e150c1599d41ee0c8ef743173d Mon Sep 17 00:00:00 2001 From: Benjamin Maer Date: Mon, 3 Apr 2017 12:29:56 -0400 Subject: [PATCH] Minor spelling fixes --- Library/Sources/SCFilter.h | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Sources/SCFilter.h b/Library/Sources/SCFilter.h index b75a001d..f4f15ac3 100644 --- a/Library/Sources/SCFilter.h +++ b/Library/Sources/SCFilter.h @@ -142,7 +142,7 @@ /** Write this filter to a specific file. - This filter can then be restored from this file using [SCFilter filterWithContentsOfUrl:]. + This filter can then be restored from this file using [SCFilter filterWithContentsOfURL:]. */ - (void)writeToFile:(NSURL *__nonnull)fileUrl error:(NSError *__nullable*__nullable)error; diff --git a/README.md b/README.md index fe6d532c..6ab69676 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ if (error == nil) { } // Restoring the filter group -SCFilter *restoredFilter = [SCFilter filterWithContentsOfUrl:[NSURL fileUrlWithPath:@"some-url.cisf"]]; +SCFilter *restoredFilter = [SCFilter filterWithContentsOfURL:[NSURL fileUrlWithPath:@"some-url.cisf"]]; // Processing a UIImage through the filter UIImage *myImage = ... // Some image