Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

些細な和訳の修正 #270

Open
wants to merge 2 commits into
base: master-ja
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ch19-06-macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h3 id="一般的なメタプログラミングのためにmacro_rulesで宣言
<!--
Listing 19-28 shows a slightly simplified definition of the `vec!` macro.
-->
<p>リスト19-28で<ruby>些<rp>(</rp><rt>いささ</rt><rp>)</rp></ruby>か簡略化された<code>vec!</code>マクロの定義を見かけましょう。</p>
<p>リスト19-28で<ruby>些<rp>(</rp><rt>いささ</rt><rp>)</rp></ruby>か簡略化された<code>vec!</code>マクロの定義を見てみましょう。</p>
<!--
<span class="filename">Filename: src/lib.rs</span>
-->
Expand Down Expand Up @@ -597,7 +597,7 @@ <h3 id="カスタムのderive-マクロの書き方"><a class="header" href="#
our `hello_macro` project:
-->
<p>次の手順は、手続き的マクロを定義することです。これを執筆している時点では、手続き的マクロは、
独自のクレートに存在する必要があります。最終的には、この制限は持ち上げられる可能性があります
独自のクレートに存在する必要があります。最終的には、この制限は解除される可能性があります
クレートとマクロクレートを構成する慣習は以下の通りです: <code>foo</code>というクレートに対して、
カスタムのderive手続き的マクロクレートは<code>foo_derive</code>と呼ばれます。<code>hello_macro</code>プロジェクト内に、
<code>hello_macro_derive</code>と呼ばれる新しいクレートを開始しましょう:</p>
Expand Down