Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusAshling committed Aug 9, 2024
1 parent b24f927 commit ec13729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/seedlang/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
```
Expand Down

0 comments on commit ec13729

Please sign in to comment.