Skip to content

Commit 3dc27b2

Browse files
committed
docs: escape angle brackets to fix html build
1 parent 0f19b47 commit 3dc27b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-stub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public interface SentimentAnalysisServer {
4949
}
5050
```
5151
The real sentiment analysis class returns a random response for a given input and simulates the runtime by sleeping
52-
the Thread for 5 seconds. The Supplier<Integer> allows injecting controlled sentiment values during testing, ensuring
52+
the Thread for 5 seconds. The Supplier\<Integer\> allows injecting controlled sentiment values during testing, ensuring
5353
deterministic outputs.
5454
```java
5555
public class RealSentimentAnalysisServer implements SentimentAnalysisServer {

0 commit comments

Comments
 (0)