Skip to content

Commit

Permalink
Revert "Rollback of whitespace stuff."
Browse files Browse the repository at this point in the history
This reverts commit cc59d51.
  • Loading branch information
Paul Prescod committed Dec 23, 2022
1 parent cc59d51 commit 586e6a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ use `context.evaluate_raw()` instead of `context.evaluate()`.

Plugins that require "memory" or "state" are possible using `PluginResult`
objects or subclasses. Consider a plugin that generates child objects
that include values that sum up values on child objects to a value specified on a parent:
that include values that sum up values on child objects to a value specified on a parent (similar to a simple version
of `Math.random_partition`):

```yaml
# examples/sum_child_values.yml
Expand Down

0 comments on commit 586e6a7

Please sign in to comment.