Skip to content

Commit 8359d71

Browse files
authored
上(下)付き添え字→上(下)付き文字に修正 (#328)
1 parent 3fa49a3 commit 8359d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/language/syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Typstは、最も一般的な文書要素に対する組み込みのマークア
6565
| ----------------------- | ----------------------- | ------------------------------------ |
6666
| インライン数式 | `[$x^2$]` | [Math]($category/math) |
6767
| ブロック数式 | `[$ x^2 $]` | [Math]($category/math) |
68-
| 下付き添え字 | `[$x_1$]` | [`attach`]($category/math/attach) |
69-
| 上付き添え字 | `[$x^2$]` | [`attach`]($category/math/attach) |
68+
| 下付き文字 | `[$x_1$]` | [`attach`]($category/math/attach) |
69+
| 上付き文字 | `[$x^2$]` | [`attach`]($category/math/attach) |
7070
| 分数 | `[$1 + (a+b)/5$]` | [`frac`]($math.frac) |
7171
| 改行 | `[$x \ y$]` | [`linebreak`]($linebreak) |
7272
| 揃え位置 | `[$x &= 2 \ &= 3$]` | [Math]($category/math) |

0 commit comments

Comments
 (0)