Skip to content

Commit cd17673

Browse files
bishaboshajulienrf
authored andcommitted
small typo fix
1 parent 9ff46cf commit cd17673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scala_use_case_items/1-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ icon: "icon5.svg"
1010
<div class="scala-code">
1111
<div class="scala-text scala-text-large">
1212
<h3>Principled Concurrency</h3>
13-
<p class="emph">Scala's expressivity and compiler-enforced saftey makes it easier to construct reliable concurrent code.</p>
13+
<p class="emph">Scala's expressivity and compiler-enforced safety makes it easier to construct reliable concurrent code.</p>
1414
<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>
1515
<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>
1616
<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>

0 commit comments

Comments
 (0)