Skip to content

Commit 4946ad7

Browse files
authored
FIxed Typo
Corrected typo on line 166.
1 parent a60dc8f commit 4946ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-14/2-multimedia-in-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Here we expect that the file `humming.jpg` exists and is located at the root of
163163
In the example we use an image by [Linda Tanner](https://www.flickr.com/photos/15323831@N05) from [http://www.freestockphotos.biz/stockphoto/17874](http://www.freestockphotos.biz/stockphoto/17874). The image has a [Creative Commons CC BY 2.0](https://creativecommons.org/licenses/by/2.0/) lisence.
164164

165165
<!-- ImageView-olio tarjoaa joukon menetelmiä imagen (yksinkertaiseen käsittelyyn). Kuvaa voi muunmuassa kääntää, sen kokoa voi muuttaa, ja sitä voi siirtää ruudulla. Alla olevassa esimerkissä image on käännetty ympäri, sen koko on puolitettu, ja sitä on siirretty hieman oikealle. -->
166-
ImageView object has a punch of methods available for (simple) image processing tasks. We can for example change the size of an image, flip it around or move it on the screen.
166+
ImageView object has a bunch of methods available for (simple) image processing tasks. We can for example change the size of an image, flip it around or move it on the screen.
167167
Below we have flipped the image, halved its size and moved it a bit to the right.
168168

169169

0 commit comments

Comments
 (0)