Skip to content

Commit fdfad97

Browse files
author
Shuo
authored
Merge pull request #584 from openset/develop
Update: title
2 parents 3ae8bd8 + bfc820d commit fdfad97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: internal/tag/tag.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func runTag(cmd *base.Command, args []string) {
2323
var buf bytes.Buffer
2424
buf.WriteString(base.AuthInfo("tag"))
2525
buf.WriteString("\n## 话题分类\n\n")
26-
buf.WriteString("| # | Title | 标题 | | # | Title | 标题 |\n")
26+
buf.WriteString("| # | Title | 话题 | | # | Title | 话题 |\n")
2727
buf.WriteString("| :-: | - | :-: | - | :-: | - | :-: |\n")
2828
format := "| %d | [%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md) | [%s](https://github.com/openset/leetcode/tree/master/tag/%s/README.md) | "
2929
n := buf.Len()

Diff for: tag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## 话题分类
99

10-
| # | Title | 标题 | | # | Title | 标题 |
10+
| # | Title | 话题 | | # | Title | 话题 |
1111
| :-: | - | :-: | - | :-: | - | :-: |
1212
| 1 | [Array](https://github.com/openset/leetcode/tree/master/tag/array/README.md) | [数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md) | | 2 | [Dynamic Programming](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md) | [动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md) |
1313
| 3 | [Math](https://github.com/openset/leetcode/tree/master/tag/math/README.md) | [数学](https://github.com/openset/leetcode/tree/master/tag/math/README.md) | | 4 | [String](https://github.com/openset/leetcode/tree/master/tag/string/README.md) | [字符串](https://github.com/openset/leetcode/tree/master/tag/string/README.md) |

0 commit comments

Comments
 (0)