From c4a42e5a68c565eb34825f9a6cfc6b5db603b832 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Thu, 8 Aug 2024 12:55:38 +0200 Subject: [PATCH] Update lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 68825d1..6abebd3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # Minimal Template +//! # Minimal Template test //! //! This is a minimal template for creating a blockchain using the Polkadot SDK. //!