Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha authored and julienrf committed Jul 11, 2023
1 parent 9ff46cf commit cd17673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scala_use_case_items/1-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: "icon5.svg"
<div class="scala-code">
<div class="scala-text scala-text-large">
<h3>Principled Concurrency</h3>
<p class="emph">Scala's expressivity and compiler-enforced saftey makes it easier to construct reliable concurrent code.</p>
<p class="emph">Scala's expressivity and compiler-enforced safety makes it easier to construct reliable concurrent code.</p>
<p>With Scala, your programs take full advantage of multi-core and distributed architectures, ensure safe access to resources, and apply back-pressure to data producers according to your processing rate.</p>
<p>One popular open-source option for managing concurrency in Scala is <a href="https://typelevel.org/cats-effect/" target="_blank" rel="none">Cats Effect</a>, combined with <a href="https://http4s.org" target="_blank" rel="none">http4s</a> for defining servers and routing. Click below to see other solutions.</p>
<a class="button button_call-to-action" href="https://index.scala-lang.org/awesome#asynchronous-and-concurrent-programming" target="_blank" rel="none">libraries for Concurrency and distribution</a>
Expand Down

0 comments on commit cd17673

Please sign in to comment.