Skip to content

Commit a0fdedc

Browse files
Merge pull request rage#325 from Code4Dopamine/patch-1
part 4-1 parity with Finnish translation
2 parents 502d564 + be72bff commit a0fdedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-4/1-introduction-to-object-oriented-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ public class Paaohjelma {
967967
``` -->
968968

969969
```java
970-
public class MainPorgram {
970+
public class MainProgram {
971971
public static void main(String[] args) {
972972
DecreasingCounter counter = new DecreasingCounter(10);
973973

0 commit comments

Comments
 (0)