Update docs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v5.1.0) (utils/Arrays.sol)
|
||||
// OpenZeppelin Contracts (last updated v5.3.0) (utils/Arrays.sol)
|
||||
// This file was procedurally generated from scripts/generate/templates/Arrays.js.
|
||||
|
||||
pragma solidity ^0.8.20;
|
||||
@ -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.
|
||||
*/
|
||||
@ -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.
|
||||
*/
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user