From d845f6a1f0d55c69a3a01dd236b628c537578fb0 Mon Sep 17 00:00:00 2001 From: Anders Carling Date: Tue, 18 Apr 2017 20:10:09 +0200 Subject: [PATCH] Fix documentation issue warning --- FastttCamera/UIImage+FastttCamera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastttCamera/UIImage+FastttCamera.h b/FastttCamera/UIImage+FastttCamera.h index 0a63c9a..446c658 100644 --- a/FastttCamera/UIImage+FastttCamera.h +++ b/FastttCamera/UIImage+FastttCamera.h @@ -83,7 +83,7 @@ /** * Scales the image to the given maximum dimension. * - * @param size The destination maximum dimension of the image. + * @param maxDimension The destination maximum dimension of the image. * * @return The scaled image. */