Skip to content

Commit 830b130

Browse files
committed
ci: generate pages at 730d742 [ci skip]
1 parent 730d742 commit 830b130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34040,7 +34040,7 @@ <h3><a class="header" href="#関数の引数-1" id="関数の引数-1">関数の
3404034040
pattern `&(x, y)`, so `x` is the value `3` and `y` is the value `5`.
3404134041
-->
3404234042
<p>このコードは<code>Current location: (3, 5)</code>と出力します。値<code>&amp;(3, 5)</code>はパターン<code>&amp;(x, y)</code>と合致するので、
34043-
<code>x</code>は値3、<code>y</code>は値<code>5</code>になります。</p>
34043+
<code>x</code>は値<code>3</code>、<code>y</code>は値<code>5</code>になります。</p>
3404434044
<!--
3404534045
We can also use patterns in closure parameter lists in the same way as in
3404634046
function parameter lists, because closures are similar to functions, as

0 commit comments

Comments
 (0)