Skip to content

Commit fd65e3c

Browse files
authored
Merge pull request #132 from kdnakt/translate-conversion
Translate untranslated line in conversion.md
2 parents 2d58df7 + 7527632 commit fd65e3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/conversion.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
-->
44
# 型変換
55

6+
<!--
67
Primitive types can be converted to each other through [casting].
8+
-->
9+
プリミティブ型同士は[キャスティング][casting]を用いて変換できます。
710

811
<!--
912
Rust addresses conversion between custom types (i.e., `struct` and `enum`)

0 commit comments

Comments
 (0)