Skip to content

Commit

Permalink
fix RunOnVirtualThread typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolellis authored Oct 2, 2023
1 parent 1c87e6f commit af98011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/virtual-threads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ For each of them, the object stored in the `ThreadLocal` is created (often large
This problem leads to high memory usage.
Unfortunately, it requires sophisticated code changes in the libraries themselves.

=== Use @RunVirtualThread with RESTEasy Reactive
=== Use @RunOnVirtualThread with RESTEasy Reactive

This section shows a brief example of using the link:{runonvthread}[@RunOnVirtualThread] annotation.
It also explains the various development and execution models offered by Quarkus.
Expand Down

0 comments on commit af98011

Please sign in to comment.