Skip to content

Commit

Permalink
Merge pull request #230 from Bananapus/jango/natspec-nit
Browse files Browse the repository at this point in the history
natspec nit
  • Loading branch information
mejango authored Jan 9, 2025
2 parents c8dca45 + eef961e commit fdef9f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/JBRulesets.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions src/JBTerminalStore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fdef9f1

Please sign in to comment.