Skip to content

Commit 21b0c67

Browse files
fixed a typo
1 parent a818094 commit 21b0c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Also,
3737

3838
11. Convert the programs in [flow of program](flow-of-program.md), [conditionals & loops](conditionals-loops.md), [first java](first-java.md) assignemts into functions.
3939

40-
12. Write a function to check if a given triplet is a pythogorian triplet or not. (A pythogorian triplet is when the sum of the square of two number is equal to the square of the third number).
40+
12. Write a function to check if a given triplet is a Pythagorean triplet or not. (A Pythagorean triplet is when the sum of the square of two number is equal to the square of the third number).
4141

4242
13. Write a function that returns all prime numbers between two given numbers.
4343

0 commit comments

Comments
 (0)