update docs via PR feedback

This commit is contained in:
Alex Stokes 2021-08-25 14:46:17 -07:00
parent e2dc9f9ec2
commit c206a2772a
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69

View File

@ -208,7 +208,7 @@ def transition_with_random_block(block_randomizer):
def _randomized_scenario_setup(state_randomizer): def _randomized_scenario_setup(state_randomizer):
""" """
Return a sequence of pairs of ("mutator", "validator"), Return a sequence of pairs of ("mutation", "validation"),
a function that accepts (spec, state) arguments and performs some change a function that accepts (spec, state) arguments and performs some change
and a function that accepts (spec, state) arguments and validates some change was made. and a function that accepts (spec, state) arguments and validates some change was made.
""" """