Skip to content

Commit 77fcf2c

Browse files
Merge pull request kunal-kushwaha#111 from ShivamTyagi12345/fix
Simply spotted a typo.
2 parents 5be5770 + edcd81c commit 77fcf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/4-functions.md

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

3636
10. Write a function to find if a number if palindrome or not. Take number as parameter.
3737

38-
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.
38+
11. Convert the programs in [flow of program](flow-of-program.md), [conditionals & loops](conditionals-loops.md), [first java](first-java.md) assignments into functions.
3939

4040
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

0 commit comments

Comments
 (0)