Skip to content

Commit

Permalink
Update schedulers.adoc
Browse files Browse the repository at this point in the history
Supplementary semicolon
  • Loading branch information
ShuiMu-peng authored Dec 12, 2024
1 parent d924e84 commit b1e645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/coreFeatures/schedulers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static void main(String[] args) throws InterruptedException {
.subscribe(v -> //<2>
System.out.println(v + Thread.currentThread().getName()) //<3>
)
)
);
t.start();
t.join();
Expand Down

0 comments on commit b1e645e

Please sign in to comment.