Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

natspec nit #230

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading