Skip to content

Commit e25cf8b

Browse files
committed
fix readme table error
1 parent 893a8c9 commit e25cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TEMPLATE_STR: &str = r"# leetcode
1010
1111
### 题目
1212
13-
| 编号 | 题目 | 描述 | 代码 | 难度 |
13+
| 编号 | 题目 | 代码 | 题目描述 | 难度 |
1414
| ---- | ---- | ---- | ---- | ---- |
1515
{% for t in datas %}|{{ t.data.question.questionId }} | {{ t.data.question.translatedTitle }} | [src](https://github.com/rustors/leetcode/blob/main/src/bin/{{ t.data.question.titleSlug }}.rs) | [leetcode](https://leetcode-cn.com/problems/{{ t.data.question.titleSlug }}/) | {{ t.data.question.difficulty }} |
1616
{% endfor %}";

0 commit comments

Comments
 (0)