Skip to content
Open
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 docs/src/reference/asciidoc/appendix-reactormigration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
== Reactor Migration Guide
Main task for a work for `3.x` has been to both internally and externally move and change
as much as we can from imperative code into a reactive world. This means that some
of the main interfaces have added new reative methods and most of a internal execution logic
of the main interfaces have added new reactive methods and most of a internal execution logic
(where applicable) has been moved over to be handled by a reactor. Essentially what this means is that thread handling model is considerably different compared to `2.x`. Following chapters
go throught all these changes.

Expand Down