Skip to content

Commit 803dbd1

Browse files
authored
Fix typo in BSIP 38
1 parent c1c10f1 commit 803dbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsip-0038.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ collateral ratio" option.
295295
## `call_order_update_evaluator`
296296

297297
The `call_order_update_evaluator` is used to evaluate and apply the
298-
`call_order_udpate_operation`. Need to add logic:
298+
`call_order_update_operation`. Need to add logic:
299299
* only allow `target_collateral_ratio` to be set after the hard fork;
300300
* set/update/clear `target_collateral_ratio` field of `call_order_object`
301301
accordingly. Specifically,
@@ -306,7 +306,7 @@ The `call_order_update_evaluator` is used to evaluate and apply the
306306

307307
The `proposal_create_evaluator` is used to evaluate and apply the
308308
`proposal_create_operation`, which can contain zero or more
309-
`call_order_udpate_operation` objects. Need to add logic:
309+
`call_order_update_operation` objects. Need to add logic:
310310
* only allow `target_collateral_ratio` to be set after the hard fork.
311311

312312
## Call Order Matching and Filling

0 commit comments

Comments
 (0)