Skip to content

Commit

Permalink
natspec touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
Flip-Liquid committed Nov 17, 2022
1 parent d70def1 commit a639114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IOptionSettlementEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ interface IOptionSettlementEngine {
/// This struct is used to keep track of how many options in a single lot are
/// written on each day, in order to correctly perform fair assignment.
struct OptionLotClaimIndex {
/// @param amountWritten The amount of options written on a given day
/// @param amountWritten The amount of options written on a given day/bucket
uint112 amountWritten;
/// @param bucketIndex The index of the bucket on which the options are written
/// @param bucketIndex The index of the OptionsDayBucket in which the options are written
uint16 bucketIndex;
}

Expand Down

0 comments on commit a639114

Please sign in to comment.