Fix typo in source-streaming-support #21103
+ The word "uding" should be "using"
This commit is contained in:
parent
a712f0149a
commit
974c2996e1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ In the below examples, we'll be refering to the ``Tweet`` and ``Measurement`` ca
|
|||
.. includecode2:: ../../code/docs/http/scaladsl/server/directives/JsonStreamingExamplesSpec.scala
|
||||
:snippet: models
|
||||
|
||||
And as always with spray-json, we provide our (Un)Marshaller instances as implicit values uding the ``jsonFormat##``
|
||||
And as always with spray-json, we provide our (Un)Marshaller instances as implicit values using the ``jsonFormat##``
|
||||
method to generate them statically:
|
||||
|
||||
.. includecode2:: ../../code/docs/http/scaladsl/server/directives/JsonStreamingExamplesSpec.scala
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue