diff --git a/src/introspection/src5.cairo b/src/introspection/src5.cairo index 1c2529771..6f2be8a9e 100644 --- a/src/introspection/src5.cairo +++ b/src/introspection/src5.cairo @@ -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;