Skip to content

Commit 752343f

Browse files
committed
typoの修正
1 parent 6ee8eb8 commit 752343f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch19-06-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Rustにおいて、*マクロ*という用語はある機能の集合のこと
3030
We’ll talk about each of these in turn, but first, let’s look at why we even
3131
need macros when we already have functions.
3232
-->
33-
それぞれについて一つづつ話していきますが、その前にまず、どうして関数がすでにあるのにマクロなんてものが必要なのか見てみましょう。
33+
それぞれについて一つずつ話していきますが、その前にまず、どうして関数がすでにあるのにマクロなんてものが必要なのか見てみましょう。
3434

3535
<!--
3636
### The Difference Between Macros and Functions
@@ -715,7 +715,7 @@ into a `DeriveInput` instance, let’s generate the code that implements the
715715
-->
716716

717717
今や、`TokenStream`からの注釈されたRustコードを`DeriveInput`インスタンスに変換するコードができたので、
718-
Listin 19-33のように、注釈された型に`HelloMacro`トレイトを実装するコードを生成しましょう:
718+
Listing 19-33のように、注釈された型に`HelloMacro`トレイトを実装するコードを生成しましょう:
719719

720720
<!--
721721
<span class="filename">Filename: hello_macro_derive/src/lib.rs</span>

0 commit comments

Comments
 (0)