Skip to content

Commit 15274a3

Browse files
authored
Merge pull request #1303 from rcalago/master
Update on README.md
2 parents 61b1bd7 + 83a0147 commit 15274a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Check if a String Is a Palindrome in Scala](https://www.baeldung.com/scala/string-palindrome-test)
44
- [Scala’s Destructuring with the @ Operator](https://www.baeldung.com/scala/destructuring-operator)
55
- [Check if Two Strings Are Isomorphic in Scala](https://www.baeldung.com/scala/string-isomorphism)
6+
- [Find Two’s Complement of a Number in Scala](https://www.baeldung.com/scala/compute-twos-complement)

scala-test/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ This module contains articles about the ScalaTest framework in Scala.
1414
- [ScalaTest Assertions: A Comprehensive Guide](https://www.baeldung.com/scala/scalatest-assertions)
1515
- [Test for Exceptions in ScalaTest](https://www.baeldung.com/scala/scalatest-test-exceptions)
1616
- [Guide to Parameterized Tests in ScalaTest](https://www.baeldung.com/scala/scalatest-parameterized-tests)
17+
- [Building Scala Projects With Maven](https://www.baeldung.com/scala/maven)

0 commit comments

Comments
 (0)