Skip to content

Commit

Permalink
fix: typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 16, 2024
1 parent 1c43ab7 commit 2e72e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ When run it will produce:

* No `J` prefix in UI component names (historically `J` was added to differentiate
Swing components from AWT components and is mostly irrelevant for modern purposes).
* Master JFrame is created with the `WainWindow` builder, which also takes care of setting
* Master JFrame is created with the `MainWindow` builder, which also takes care of setting
up the `SwingScope` holding a coroutine scope bound to Swing's event dispatcher thread.
* Instead of event listeners (callbacks), events are delivered through `Flow`s. The `listen()`
function collects the flow in the newly launched coroutine, which is cancelled when the window
Expand Down

0 comments on commit 2e72e68

Please sign in to comment.