diff options
Diffstat (limited to 'files/ja/web/exslt/math/highest/index.html')
-rw-r--r-- | files/ja/web/exslt/math/highest/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html index 896cb87c30..e34c69ae21 100644 --- a/files/ja/web/exslt/math/highest/index.html +++ b/files/ja/web/exslt/math/highest/index.html @@ -10,7 +10,7 @@ translation_of: Web/EXSLT/math/highest <p> {{ XsltRef() }} </p><p><br> -<code>math:highest()</code> 指定されたノードセットの最大値を持つノードを返却する。( <code><a href="ja/EXSLT/math/max">math:max()</a></code> を使用して計算した最大値). +<code>math:highest()</code> 指定されたノードセットの最大値を持つノードを返却する。( <code><a href="/ja/EXSLT/math/max">math:max()</a></code> を使用して計算した最大値). </p><p>ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。 </p><p>{{ Note() }} </p> @@ -22,7 +22,7 @@ translation_of: Web/EXSLT/math/highest </dt><dd>最大値を持つノードが返されるノードセット </dd></dl> <h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4"> 戻り値 </h3> -<p><code><a href="ja/EXSLT/math/max">math:max()</a></code>が返したノードのコピーからなる +<p><code><a href="/ja/EXSLT/math/max">math:max()</a></code>が返したノードのコピーからなる 結果ツリー・フラグメント </p> <h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9"> 定義 </h3> |