Skip to content

Commit df31606

Browse files
committed
cap docstring
1 parent 0cc0840 commit df31606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/github/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func InitDynamicToolset(s *server.MCPServer, tsg *toolsets.ToolsetGroup, t trans
144144
return dynamicToolSelection
145145
}
146146

147-
// toBoolPtr converts a bool to a *bool pointer.
147+
// ToBoolPtr converts a bool to a *bool pointer.
148148
func ToBoolPtr(b bool) *bool {
149149
return &b
150150
}

0 commit comments

Comments
 (0)