Skip to content

Commit 9f2584c

Browse files
authored
Update readme.md
1 parent 6f4ee5e commit 9f2584c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Prelude> let sum a b = a + b
99
Prelude> :t sum
1010
sum :: Num a => a -> a -> a
1111

12-
// sum fonksiyonunun arity'si 2dir.
12+
-- sum fonksiyonunun arity'si 2dir.
1313
```
1414

1515
## Higher-Order Functions (HOF)

0 commit comments

Comments
 (0)