rust-unofficial / too-many-lists

Learn Rust by writing Entirely Too Many linked lists
https://rust-unofficial.github.io/too-many-lists/
MIT License
3.16k stars 276 forks source link

fix "shard" typo #299

Closed AdinAck closed 3 months ago

AdinAck commented 3 months ago

shard -> share

MichaelZalla commented 3 months ago

Pretty sure "shard" is the intended word here (shard as in "subdivide"):

Rust understands that it's ok to shard a mutable reference into the subfields of the pointed-to struct, because there's no way to "go back up", and they're definitely disjoint.

AdinAck commented 3 months ago

Woah, my bad!