Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 83db25a

Browse files
committed
fix: recover full natspec for update
1 parent 92f50d2 commit 83db25a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/LogarithmicBuckets.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ library LogarithmicBuckets {
2323
/// INTERNAL ///
2424

2525
/// @notice Updates an account in the `_buckets`.
26+
/// @param _buckets The buckets to update.
27+
/// @param _id The address of the account.
28+
/// @param _newValue The new value of the account.
2629
/// @param _head Indicates whether to insert the new values at the head or at the tail of the buckets list.
2730
function update(
2831
BucketList storage _buckets,

0 commit comments

Comments
 (0)