Remove words such as simply and obviously from docs (#25095)
* One does not "simply" * It's not obvious * It's not really _that_ easily done * Basically is basically a useless word * Of course - if you already know how things work you wouldn't be reading the docs * Clearly is maybe not so clear for everyone * Just was just a bit harder as there are some uses that are just
This commit is contained in:
parent
da5cc33b92
commit
09025092ae
66 changed files with 184 additions and 185 deletions
|
|
@ -72,7 +72,7 @@ class RecipeCollectingMetrics extends RecipeSpec {
|
|||
// the counter stream and store the final value, and also repeat this final value if no update is received between
|
||||
// metrics collection rounds.
|
||||
//
|
||||
// To finish the recipe, we simply use :class:`ZipWith` to trigger reading the latest value from the ``currentLoad``
|
||||
// To finish the recipe, we use :class:`ZipWith` to trigger reading the latest value from the ``currentLoad``
|
||||
// stream whenever a new ``Tick`` arrives on the stream of ticks, ``reportTicks``.
|
||||
//
|
||||
// .. includecode:: ../code/docs/stream/cookbook/RecipeCollectingMetrics.scala#periodic-metrics-collection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue