From 427bd98f8be740cd7e0bd42f1b0165d689e923d9 Mon Sep 17 00:00:00 2001 From: mejango Date: Tue, 7 Jan 2025 15:22:44 -0300 Subject: [PATCH 1/2] natspec nit --- src/JBTerminalStore.sol | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/JBTerminalStore.sol b/src/JBTerminalStore.sol index ec596803..d830f33a 100644 --- a/src/JBTerminalStore.sol +++ b/src/JBTerminalStore.sol @@ -176,9 +176,8 @@ contract JBTerminalStore is IJBTerminalStore { /// specified terminal. /// @param projectId The ID of the project whose tokens would be cashed out. /// @param cashOutCount The number of tokens that would be cashed out, as a fixed point number with 18 decimals. - /// @param terminals The terminals that would be cashed out from. If this is the zero address, surplus within all - /// the - /// project's terminals are considered. + /// @param terminals The terminals that would be cashed out from. If this is an empty array, surplus within all + /// the project's terminals are considered. /// @param accountingContexts The accounting contexts of the surplus terminal tokens that would be reclaimed. Pass /// an empty array to use all of the project's accounting contexts. /// @param decimals The number of decimals to include in the resulting fixed point number. From eef961e2842d3a60ac0374b7ecfe2272f828d02b Mon Sep 17 00:00:00 2001 From: mejango Date: Tue, 7 Jan 2025 15:23:17 -0300 Subject: [PATCH 2/2] natspec nit --- src/JBRulesets.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JBRulesets.sol b/src/JBRulesets.sol index 06a375e7..216e7b64 100644 --- a/src/JBRulesets.sol +++ b/src/JBRulesets.sol @@ -251,7 +251,7 @@ contract JBRulesets is JBControlled, IJBRulesets { } /// @notice The latest ruleset queued for a project. Returns the ruleset's struct and its current approval status. - /// @dev Returns struct and status for the ruleset initialized furthest in the future (at the end of the rulset + /// @dev Returns struct and status for the ruleset initialized furthest in the future (at the end of the ruleset /// queue). /// @param projectId The ID of the project to get the latest queued ruleset of. /// @return ruleset The project's latest queued ruleset's struct.