Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e21d1432
Unverified
Commit
e21d1432
authored
Mar 05, 2024
by
Carter Carlson
Committed by
GitHub
Mar 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proxy.sol constructor docs typo (#9638)
"as" => "has"
parent
b37df3e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Proxy.sol
packages/contracts-bedrock/src/universal/Proxy.sol
+1
-1
No files found.
packages/contracts-bedrock/src/universal/Proxy.sol
View file @
e21d1432
...
@@ -35,7 +35,7 @@ contract Proxy {
...
@@ -35,7 +35,7 @@ contract Proxy {
/// @notice Sets the initial admin during contract deployment. Admin address is stored at the
/// @notice Sets the initial admin during contract deployment. Admin address is stored at the
/// EIP-1967 admin storage slot so that accidental storage collision with the
/// EIP-1967 admin storage slot so that accidental storage collision with the
/// implementation is not possible.
/// implementation is not possible.
/// @param _admin Address of the initial contract admin. Admin as the ability to access the
/// @param _admin Address of the initial contract admin. Admin
h
as the ability to access the
/// transparent proxy interface.
/// transparent proxy interface.
constructor(address _admin) {
constructor(address _admin) {
_changeAdmin(_admin);
_changeAdmin(_admin);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment