From 8df416d67c83adda45f03c1bfb5c8c8b5c17c015 Mon Sep 17 00:00:00 2001 From: pepes <155114519+dennsikl@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:21:16 +0100 Subject: [PATCH] Update debug.cairo (#7232) --- corelib/src/debug.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corelib/src/debug.cairo b/corelib/src/debug.cairo index 05bb8ac2a1e..85cc101f52f 100644 --- a/corelib/src/debug.cairo +++ b/corelib/src/debug.cairo @@ -1,7 +1,7 @@ //! Utilities related to printing of values at runtime. //! The recommended way of printing values is by using the `Display` and `Debug` traits //! available in the [`fmt`] module. The items in this module are not public, and are not -//! recommended to use. +//! recommended for use. #[allow(unused_imports)] use crate::array::ArrayTrait;