Skip to content

Commit 893eabb

Browse files
authored
docs: fix inequality sign (sablier-labs#1326)
Signed-off-by: sunnyraindy <sunnyraindy@outlook.com>
1 parent 83ccee7 commit 893eabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lockup/src/libraries/LockupMath.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ library LockupMath {
127127
/// $$
128128
/// ( x * sa + s, block timestamp < cliff time
129129
/// f(x) = (
130-
/// ( x * sa + s + c, block timestamp => cliff time
130+
/// ( x * sa + s + c, block timestamp >= cliff time
131131
/// $$
132132
///
133133
/// Where:

0 commit comments

Comments
 (0)