Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lirona committed Oct 14, 2024
1 parent 3bdb6d4 commit 7cb76ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/protocol/SemiFungible1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ contract SemiFungible1155 is
* @param _account The address of the account that will receive the new tokens.
* @param _tokenID The ID of the token to split.
* @param _values An array of numbers of units associated with the new tokens.
* @dev This function splits a token into multiple tokens with different unit values.
* @dev The `_values` array specifies the number of units associated with each new token.
* @dev The function checks that the length of the `_values` array is between 2 and `FRACTION_LIMIT`, and that the
* sum of the values in the `_values` array is equal to the number of units associated with the original token.
Expand Down

0 comments on commit 7cb76ef

Please sign in to comment.