Skip to content

Commit

Permalink
Fix class name in kotlin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnakt committed Nov 20, 2022
1 parent b3f787e commit c2696da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import javax.ws.rs.Path
import javax.ws.rs.core.MediaType
@Path("/hello")
class GreetingResource {
class ReactiveGreetingResource {
@GET
fun hello() = Greeting("hello")
Expand Down

0 comments on commit c2696da

Please sign in to comment.