Skip to content

Commit

Permalink
typos Arrays.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Dec 24, 2024
1 parent 5d86491 commit af71696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/utils/Arrays.sol
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ library Arrays {
}

/**
* @dev Helper to set the length of an dynamic array. Directly writing to `.length` is forbidden.
* @dev Helper to set the length of a dynamic array. Directly writing to `.length` is forbidden.
*
* WARNING: this does not clear elements if length is reduced, of initialize elements if length is increased.
*/
Expand All @@ -459,7 +459,7 @@ library Arrays {
}

/**
* @dev Helper to set the length of an dynamic array. Directly writing to `.length` is forbidden.
* @dev Helper to set the length of a dynamic array. Directly writing to `.length` is forbidden.
*
* WARNING: this does not clear elements if length is reduced, of initialize elements if length is increased.
*/
Expand All @@ -470,7 +470,7 @@ library Arrays {
}

/**
* @dev Helper to set the length of an dynamic array. Directly writing to `.length` is forbidden.
* @dev Helper to set the length of a dynamic array. Directly writing to `.length` is forbidden.
*
* WARNING: this does not clear elements if length is reduced, of initialize elements if length is increased.
*/
Expand Down

0 comments on commit af71696

Please sign in to comment.