Skip to content

Commit

Permalink
Update src/introspection/src5.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fleming <fleming.andrew@protonmail.com>
  • Loading branch information
ericnordelo and andrew-fleming authored Oct 6, 2023
1 parent ec68494 commit 8870cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/introspection/src5.cairo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts for Cairo v0.7.0 (introspection/src5.cairo)
///
/// # SRC5 Component
///
/// The SRC5 component allows contracts to expose the interfaces they implement.
//!
//! # SRC5 Component
//!
//! The SRC5 component allows contracts to expose the interfaces they implement.
#[starknet::component]
mod SRC5 {
use openzeppelin::introspection::interface;
Expand Down

0 comments on commit 8870cfe

Please sign in to comment.