Shorter heading for scalaFiddle example (#24416)
The long h4 header looked a bit strange in the index: https://doc.akka.io/docs/akka/current/stream/index.html
This commit is contained in:
parent
d47c703b6d
commit
a0ef1f7272
1 changed files with 3 additions and 1 deletions
|
|
@ -112,8 +112,10 @@ called a `Sink`. `IOResult` is a type that IO operations return in
|
|||
Akka Streams in order to tell you how many bytes or elements were consumed and
|
||||
whether the stream terminated normally or exceptionally.
|
||||
|
||||
### Browser-embedded example
|
||||
|
||||
#### Here is another example that you can edit and run in the browser:
|
||||
<a name="here-is-another-example-that-you-can-edit-and-run-in-the-browser-"></a>
|
||||
Here is another example that you can edit and run in the browser:
|
||||
|
||||
@@fiddle [TwitterStreamQuickstartDocSpec.scala]($code$/scala/docs/stream/TwitterStreamQuickstartDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75&passive cssStyle=width:100%; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue