Skip to content

Commit a477989

Browse files
Merge pull request rage#267 from run417/master
fix minor typo 'differererent' to 'different'
2 parents 3118c06 + e1fcd9f commit a477989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-9/2-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ Try this out. Make some boxes containing some items, and add some smaller boxes
851851

852852
<!-- Kuten mitä tahansa muuttujan tyyppiä, myös rajapintaa voi käyttää metodin paluuarvona. Seuraavassa `Tehdas`, jota voi pyytää valmistamaan erilaisia `Talletettava`-rajapinnan toteuttavia oliota. Tehdas valmistaa aluksi satunnaisesti kirjoja ja levyjä -->
853853

854-
Interfaces can be used as return types in methods -- just like regular variable types. In the next example is a class `Factory` that can be asked to construct differerent objects that implement the `Packable` interface.
854+
Interfaces can be used as return types in methods -- just like regular variable types. In the next example is a class `Factory` that can be asked to construct different objects that implement the `Packable` interface.
855855

856856

857857
<!-- ```java

0 commit comments

Comments
 (0)