Skip to content

Commit

Permalink
Fix punctuation in reference manual (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
nurkiewicz authored and sbrannen committed Oct 13, 2018
1 parent ecd0d7f commit 2255d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ re-use knowledge while also selecting the right tool for the right job.

* A simple way to evaluate an application is to check its dependencies. If you have blocking
persistence APIs (JPA, JDBC) or networking APIs to use, Spring MVC is the best choice
for common architectures at, least. It is technically feasible with both Reactor and
for common architectures at least. It is technically feasible with both Reactor and
RxJava to perform blocking calls on a separate thread but you would not be making the
most of a non-blocking web stack.

Expand Down

0 comments on commit 2255d22

Please sign in to comment.