Просмотр исходного кода

Merge pull request #239 from Tramvai/patch-1

Fixed typo in documentation.
Wei Wang 10 лет назад
Родитель
Сommit
e15db0e9bd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Sources/Image.swift

+ 1 - 1
Sources/Image.swift

@@ -113,7 +113,7 @@ extension Image {
     }
     
     /**
-     Normalize the image. This method will try to redraw an image with orientation and sclae considered.
+     Normalize the image. This method will try to redraw an image with orientation and scale considered.
      
      - returns: The normalized image with orientation set to up and correct scale.
      */