Skip to content

Commit c272ae9

Browse files
authored
Fix missing parenthesis in documentation
1 parent 7dedce6 commit c272ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ public class WeatherService {
896896

897897
@Tool(description = "Get weather alerts for a US state")
898898
public String getAlerts(
899-
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)" String state
899+
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)") String state
900900
) {
901901
// Returns active alerts including:
902902
// - Event type

0 commit comments

Comments
 (0)