Skip to content

Commit

Permalink
mod: corrected contract title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonnyjoe committed Dec 22, 2024
1 parent db2faf6 commit ea97b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoprocessorAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {LibAddress} from "./library/LibAddress.sol";
import {ICoprocessorOutputs} from "./ICoprocessorOutputs.sol";
import {ICoprocessorCallback} from "./ICoprocessorCallback.sol";

/// @title BaseContract
/// @title CoprocessorAdapter
/// @notice A base contract, which should be inherited for interacting with the Coprocessor
abstract contract CoprocessorAdapter is ICoprocessorCallback {
using LibError for bytes;
Expand Down

0 comments on commit ea97b0d

Please sign in to comment.