Skip to content

Commit 78cbe49

Browse files
committed
docs: spelling and grammar corrections
1 parent befa75c commit 78cbe49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/issuance/contracts/allocate/IssuanceAllocator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This system enables:
6666
- **Rapid response**: Pause immediately during operational issues without losing track of issuance
6767
- **Investigation time**: Allow time to investigate and resolve issues while maintaining issuance accounting
6868
- **Gradual recovery**: Distribute accumulated issuance manually or automatically when ready
69-
- **Target changes**: Modify allocations during pause periods, with accumulated issuance distributed to according to updated allocations
69+
- **Target changes**: Modify allocations during pause periods, with accumulated issuance distributed according to updated allocations
7070

7171
### Storage
7272

packages/issuance/contracts/allocate/IssuanceAllocator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ contract IssuanceAllocator is
481481
AllocationTarget storage targetData = $.allocationTargets[target];
482482

483483
// Total allocation calculation and check is delayed until after notifications.
484-
// Distributing and notifying unecessarily is harmless, but we need to prevent
484+
// Distributing and notifying unnecessarily is harmless, but we need to prevent
485485
// reentrancy looping changing allocations mid-calculation.
486486
// (Would not be likely to be exploitable due to only governor being able to
487487
// make a call to set target allocation, but better to be paranoid.)

0 commit comments

Comments
 (0)