Skip to content

Commit 01724a9

Browse files
authored
Merge pull request #14 from kamataryo/patch-1
誤字修正
2 parents 017abd6 + 4f97976 commit 01724a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/types-advanced.re

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ if (typeof v2 === "string") {
293293
#@end
294294
//}
295295

296-
さて、次項意向でどういう処理が絞り込みに繋がるのかの例を見ていきます
296+
さて、次項以降でどういう処理が絞り込みに繋がるのかの例を見ていきます
297297

298298
==={typeof-type-guards} typeofによるType Guards
299299

docs/types-advanced.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h3 id="control-flow-based-type-analysis"><a id="h4-2-1"></a>処理フローに
268268
}
269269
</pre>
270270
</div>
271-
<p>さて、次項意向でどういう処理が絞り込みに繋がるのかの例を見ていきます</p>
271+
<p>さて、次項以降でどういう処理が絞り込みに繋がるのかの例を見ていきます</p>
272272

273273
<h3 id="typeof-type-guards"><a id="h4-2-2"></a>typeofによるType Guards</h3>
274274
<p>JavaScriptの<code class="inline-code tt">typeof</code>は指定した値がどういう性質のオブジェクトかを調べ、文字列で返す演算子です。ECMAScript 5の範囲では、変換ルールは次のとおりです。</p>

0 commit comments

Comments
 (0)