Skip to content

Commit 20affcf

Browse files
authored
fix typo: [#derive] to #[derive]
1 parent a926127 commit 20affcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait/derive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The compiler is capable of providing basic implementations for some traits via
88
the `#[derive]` [attribute][attribute]. These traits can still be
99
manually implemented if a more complex behavior is required.
1010
-->
11-
コンパイラには、`[#derive]`[アトリビュート][attribute]を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。
11+
コンパイラには、`#[derive]`[アトリビュート][attribute]を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。
1212

1313
<!--
1414
The following is a list of derivable traits:

0 commit comments

Comments
 (0)