Skip to content

Commit 01debf9

Browse files
authored
Merge pull request #1577 from RannelT/master
Update on README.md
2 parents 3529e26 + 1363bf4 commit 01debf9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scala-core-modules/scala-core-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [Different Ways to Reverse a Sequence in Scala](https://www.baeldung.com/scala/reverse-sequence)
77
- [Transforming a List of Futures Ignoring Failures](https://www.baeldung.com/scala/transform-list-futures-ignore-failures)
88
- [Difference Between Braces and Parentheses in Scala](https://www.baeldung.com/scala/braces-vs-parentheses)
9+
- [Stackable Trait Pattern in Scala](https://www.baeldung.com/scala/stackable-trait-pattern)

scala-core-modules/scala-strings-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ This module contains articles about Scala's Strings.
55
### Relevant Articles:
66
- [How to Check if a String Is Null or Empty in Scala](https://www.baeldung.com/scala/string-test-null-empty)
77
- [Convert From Camel Case to Snake Case in Scala](https://www.baeldung.com/scala/camel-snake-case-automatic-conversion)
8+
- [Convert Multiple Spaces Into a Single Space in Scala](https://www.baeldung.com/scala/multiple-spaces-to-single-space)

zio-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Test Aspects in ZIO Test](https://www.baeldung.com/scala/zio-test-aspects)
33
- [Introduction to ZIO Json](https://www.baeldung.com/scala/zio-json)
4+
- [Logging in ZIO Applications](https://www.baeldung.com/scala/zio-logging)

0 commit comments

Comments
 (0)