Skip to content

Commit 70cb5b0

Browse files
jenshbtzolov
authored andcommitted
fix: parenthesis mismatch
Mismatched parenthesis in Java code example
1 parent af2c937 commit 70cb5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ public class WeatherService {
851851
852852
@Tool(description = "Get weather alerts for a US state")
853853
public String getAlerts(
854-
@ToolParam(description = "Two-letter US state code (e.g. CA, NY") String state)
854+
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)" String state
855855
) {
856856
// Returns active alerts including:
857857
// - Event type

0 commit comments

Comments
 (0)