Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/move-basics/abilities-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A struct without abilities cannot be discarded, or copied, or stored in the stor
struct a _Hot Potato_. It is a joke, but it is also a good way to remember that a struct without
abilities is like a hot potato - it can only be passed around and requires special handling. Hot
Potato is one of the most powerful patterns in Move, we go in detail about it in the
[Hot Potato](./../programmability/hot-potato.md) chapter.
[Hot Potato Pattern](./../programmability/hot-potato-pattern.md) chapter.

## Further reading

Expand Down
Loading