From ec13729a12284d5fdf99944a422b470eadd6441c Mon Sep 17 00:00:00 2001 From: SiriusAshling <53594055+SiriusAshling@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:28:22 +0200 Subject: [PATCH] fix typo --- content/docs/seedlang/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/seedlang/index.md b/content/docs/seedlang/index.md index f7324ef..1b39ec3 100644 --- a/content/docs/seedlang/index.md +++ b/content/docs/seedlang/index.md @@ -524,7 +524,7 @@ remove_shard(shard: Shard) on binding_1 remove_shard(Shard::Deflector) // Equivalent to: on binding_1 { - store(shards.shuriken, false) + store(shards.deflector, false) item_message(remove_shard_string(Shard::Deflector)) } ```