Skip to content

Commit

Permalink
fix: nit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blmalone committed Sep 13, 2024
1 parent 17993c0 commit 60d42e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/src/L1/OPStackManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ contract OPStackManager is ISemver, Initializable {

/// @notice Addresses of the Blueprint contracts.
/// This is internal because if public the autogenerated getter method would return a tuple of
/// addresses, but we want it to return a struct. This is also set via `initializePart1` because
/// addresses, but we want it to return a struct. This is also set via `setRelease` because
/// we can't make this an immutable variable as it is a non-value type.
Blueprints internal blueprint;

Expand Down

0 comments on commit 60d42e5

Please sign in to comment.