@@ -89,7 +89,7 @@ class Step
89
89
subject to liquidity limits
90
90
91
91
@param sb view with the strand's state of balances and offers
92
- @param afView view the the state of balances before the strand runs
92
+ @param afView view the state of balances before the strand runs
93
93
this determines if an offer becomes unfunded or is found unfunded
94
94
@param ofrsToRm offers found unfunded or in an error state are added to
95
95
this collection
@@ -107,7 +107,7 @@ class Step
107
107
subject to liquidity limits
108
108
109
109
@param sb view with the strand's state of balances and offers
110
- @param afView view the the state of balances before the strand runs
110
+ @param afView view the state of balances before the strand runs
111
111
this determines if an offer becomes unfunded or is found unfunded
112
112
@param ofrsToRm offers found unfunded or in an error state are added to
113
113
this collection
@@ -256,7 +256,7 @@ class Step
256
256
Check that the step can correctly execute in the forward direction
257
257
258
258
@param sb view with the strands state of balances and offers
259
- @param afView view the the state of balances before the strand runs
259
+ @param afView view the state of balances before the strand runs
260
260
this determines if an offer becomes unfunded or is found unfunded
261
261
@param in requested step input
262
262
@return first element is true if step is valid, second element is out
0 commit comments