From e100b2b36e769f32f193fbcce609cea7fc7b1f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=20Snowman=28=E8=B5=B5=E6=AD=A3=E4=B8=AD=29?= <529520158@qq.com> Date: Thu, 22 Aug 2024 18:53:58 +0800 Subject: [PATCH] fix grammar (#175) --- steps/4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/4/README.md b/steps/4/README.md index 908016e1..ad711bd4 100644 --- a/steps/4/README.md +++ b/steps/4/README.md @@ -42,7 +42,7 @@ Our starting template includes all the basic macros used for developing a FRAME ### Pallet Macro Entrypoint -The entrypoint for all the FRAME macros is can be seen here: +The entrypoint for all the FRAME macros can be seen here: ```rust #[frame::pallet(dev_mode)]