File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ BETA FEATURES:
3030 * As an alternative to specifying the relative amount of progress, say,
3131 p(amount = 2), it is now possible to also specify the absolute amount of
3232 progress made this far, e.g. p(step = 42). Argument 'amount' has not
33- effect when argument 'step' is specfied. WARNING: Argument ` step` should
33+ effect when argument 'step' is specfied. WARNING: Argument ' step' should
3434 only be used when in full control of the order when this progression
3535 condition is signaled. For example, it must not be signaled as one of many
3636 parallel progress updates signaled concurrently, because we cannot guarantee
@@ -438,7 +438,7 @@ NEW FEATURES:
438438 signal "done" as soon as the last step has been reached.
439439
440440 * Made 'amount' the first argument of progressors to avoid having to specify
441- it by name if progressing with an amount than the default ` amount = 1.0` .
441+ it by name if progressing with an amount than the default ' amount = 1.0' .
442442
443443 * Add argument 'clear' to control whether progress reporter should clear
444444 its output upon completion. The default is to do this, where supported.
You can’t perform that action at this time.
0 commit comments