Skip to content

Commit 01f32a6

Browse files
authored
fix BondIssuer.sol (#216)
1 parent 3590fc8 commit 01f32a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spot-contracts/contracts/BondIssuer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ contract BondIssuer is IBondIssuer, OwnableUpgradeable {
5555

5656
/// @notice The issue window begins this many seconds into the minIssueTimeIntervalSec period.
5757
/// @dev For example if minIssueTimeIntervalSec is 604800 (1 week), and issueWindowOffsetSec is 93600
58-
/// then the issue window opens at Friday 2AM GMT every week.
58+
/// then the issue window opens Friday at 2AM GMT every week.
5959
uint256 public issueWindowOffsetSec;
6060

6161
/// @notice An enumerable list to keep track of bonds issued by this issuer.

0 commit comments

Comments
 (0)