From 0ae5b4abeeb95de6a1ae6450a536e5cea9534488 Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Sat, 25 May 2024 15:28:25 +0300 Subject: [PATCH] docs: say full word instead of abbreviation --- src/interfaces/ISablierFlow.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interfaces/ISablierFlow.sol b/src/interfaces/ISablierFlow.sol index f836653a..8986e30b 100644 --- a/src/interfaces/ISablierFlow.sol +++ b/src/interfaces/ISablierFlow.sol @@ -99,7 +99,8 @@ interface ISablierFlow is /// @dev Reverts if `streamId` refers to a paused or a null stream. /// /// Notes: - /// - If the stream has no debt, it returns the timestamp when the debt begins based on current balance and rps. + /// - If the stream has no debt, it returns the timestamp when the debt begins based on current balance and + /// rate per second. /// - If the stream has debt, it returns 0. /// /// @param streamId The stream ID for the query.