Skip to content

Commit 10a67e9

Browse files
author
Pugma
committed
fix: language name for code blocks text -> txt
1 parent ea43307 commit 10a67e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/text/chapter-6/method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main() {
3232
}
3333
```
3434

35-
```text
35+
```txt
3636
[output]
3737
22B
3838
21B

docs/text/chapter-6/practice/order.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ int main() {
5353
2 100001
5454
```
5555

56-
```text
56+
```txt
5757
[Output 2]
5858
机 5000 それなり
5959
チョコ 100 おいしい
@@ -112,4 +112,4 @@ int main() {
112112
}
113113
```
114114

115-
:::
115+
:::

docs/text/chapter-7/practice/sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ int main() {
3535

3636
::: spoiler 解答
3737

38-
```text
38+
```txt
3939
-400
4040
100
4141
130

0 commit comments

Comments
 (0)