Use the correct name for Akka HTTP (#29527)
Fixes the typo in the name of Akka HTTP, it's written in lower case but the project name is in upper case.
This commit is contained in:
parent
418d6d3ec0
commit
1180b8364e
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ avoid blocking APIs. The following solution explains how to handle blocking
|
||||||
operations properly.
|
operations properly.
|
||||||
|
|
||||||
Note that the same hints apply to managing blocking operations anywhere in Akka,
|
Note that the same hints apply to managing blocking operations anywhere in Akka,
|
||||||
including Streams, Http and other reactive libraries built on top of it.
|
including Streams, HTTP and other reactive libraries built on top of it.
|
||||||
|
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue