Skip to content

Commit

Permalink
[docs] Add missing semicolon in schedulers.adoc (#3951)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuiMu-peng authored Dec 12, 2024
1 parent d924e84 commit 96e6824
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 96e6824

Please sign in to comment.