Skip to content

Commit dfe9484

Browse files
andreivladbrgPaulRBerg
authored andcommitted
chore: correct comments
1 parent 11d2ca3 commit dfe9484

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

script/bootstrap/BootstrapProtocol.s.sol

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ contract BootstrapProtocol is BaseScript {
5353

5454
// Create 7 linear streams with various amounts and durations.
5555
//
56-
// - 1st to 4th streams: active.
56+
// - 1st stream: meant to be depleted.
57+
// - 2th to 4th streams: active.
5758
// - 5th stream: meant to be renounced.
5859
// - 6th stream: meant to canceled.
5960
// - 7th stream: meant to be transferred to a third-party.

src/types/DataTypes.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library LockupLinear {
5959
uint40 total; // ─┘
6060
}
6161

62-
/// @notice Simple struct that encapsulates (i) the start time (ii) the cliff time and (iii) the end time.
62+
/// @notice Simple struct that encapsulates (i) the start time, (ii) the cliff time and (iii) the end time.
6363
/// @custom:field start The Unix timestamp for when the stream will start.
6464
/// @custom:field cliff The Unix timestamp for when the cliff period will end.
6565
/// @custom:field end The Unix timestamp for when the stream will end.

0 commit comments

Comments
 (0)