Skip to content

Commit 6f52f8e

Browse files
committed
fix the desc of baidu translator
1 parent 860167c commit 6f52f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baidu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type baiduTranslator struct{}
1717
var baidu translator = new(baiduTranslator)
1818

1919
func (*baiduTranslator) desc() (string, string) {
20-
return "baiduTranslator", "https://fanyi.baiduTranslator.com/"
20+
return "baidu", "https://fanyi.baidu.com/"
2121
}
2222

2323
func BaiduTranslate(ctx context.Context, req Request) (resp *Response) {

0 commit comments

Comments
 (0)