Skip to content

Commit

Permalink
Fix reference in "The Runtime" chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 18, 2024
1 parent f177131 commit ecc1e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/the-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In the previous chapter we built the classical counter interface using iced and
fundamental part—one at a time: __state__, __messages__, __update logic__, and __view logic__.
But now what? Yes, we have all the fundamental parts of a user interface—as we learned during
[our first steps](first-steps.md)—but it is unclear how we are supposed to bring it to life.
[our dissection](architecture.md)—but it is unclear how we are supposed to bring it to life.
It seems we are missing _something_ that can put all the parts together and _run_ them in unison. _Something_ that
creates and runs the fundamental loop of a user interface—displaying widgets to a user and reacting to any interactions.
Expand Down

0 comments on commit ecc1e59

Please sign in to comment.