Update docs

This commit is contained in:
github-actions
2022-12-07 14:35:43 +00:00
parent a4b190d438
commit 9bdc84c552
2 changed files with 4 additions and 4 deletions

View File

@ -1226,13 +1226,13 @@ Emits an {Initialized} event the first time it is successfully executed.
[[Initializable-_getInitializedVersion--]]
==== `[.contract-item-name]#++_getInitializedVersion++#++() → uint8++` [.item-kind]#internal#
Internal function that returns the initialized version. Returns `_initialized`
Returns the highest version that has been initialized. See {reinitializer}.
[.contract-item]
[[Initializable-_isInitializing--]]
==== `[.contract-item-name]#++_isInitializing++#++() → bool++` [.item-kind]#internal#
Internal function that returns the initialized version. Returns `_initializing`
Returns `true` if the contract is currently initializing. See {onlyInitializing}.
[.contract-item]
[[Initializable-Initialized-uint8-]]