Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita78ac5b

Browse files
authored
Fix a typos in repository_resource.go
1 parent270bbf7 commita78ac5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/github/repository_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func getRepositoryResourcePrContent(client *github.Client, t translations.Transl
6464

6565
funcrepositoryResourceContentsHandler(client*github.Client)func(ctx context.Context,request mcp.ReadResourceRequest) ([]mcp.ResourceContents,error) {
6666
returnfunc(ctx context.Context,request mcp.ReadResourceRequest) ([]mcp.ResourceContents,error) {
67-
// the matcher will give []string with oneelemenent
67+
// the matcher will give []string with oneelement
6868
// https://github.com/mark3labs/mcp-go/pull/54
6969
o,ok:=request.Params.Arguments["owner"].([]string)
7070
if!ok||len(o)==0 {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp