Skip to content

Commit fb91db7

Browse files
authored
Merge pull request #1213 from rcalago/master
Update on README.md
2 parents 00ddd7c + 925a523 commit fb91db7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

cats-effects/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [Resource Handling in Cats Effect](https://www.baeldung.com/scala/cats-effect-resource-handling)
77
- [Difference Between flatMap(), flatTap(), evalMap() and evalTap() in Cats Effect](https://www.baeldung.com/scala/cats-effect)
88
- [Error Handling in Cats Effect](https://www.baeldung.com/scala/cats-effect-error-handling)
9+
- [Cancellation in Cats Effect](https://www.baeldung.com/scala/cats-effect-cancellation)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles
22
- [Check if a Collection Is Sorted in Scala](https://www.baeldung.com/scala/check-collection-sorted)
3+
- [Find Factorial of a Number in Scala](https://www.baeldung.com/scala/find-factorial)

scala-test-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles:
2+
- [Comparing Double Values in ScalaTest](https://www.baeldung.com/scala/scalatest-compare-double-values)

0 commit comments

Comments
 (0)