Skip to content

Commit 35f521b

Browse files
committed
ci: generate pages at 98358ac [ci skip]
1 parent 98358ac commit 35f521b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch05-02-example-structs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h3><a class="header" href="#タプルでリファクタリングする" id="タ
214214
and the height are related to each other because together they describe one
215215
rectangle.
216216
-->
217-
<p>リスト5-8のコードはうまく動き、各寸法を与えて<code>area</code>関数を呼び出すことで四角形の面積を割り出しますが
217+
<p>リスト5-8のコードはうまく動き、各寸法を与えて<code>area</code>関数を呼び出すことで長方形の面積を割り出しますが
218218
改善点があります。幅と高さは、組み合わせると一つの長方形を表すので、相互に関係があるわけです。</p>
219219
<!--
220220
The issue with this code is evident in the signature of `area`:

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7818,7 +7818,7 @@ <h3><a class="header" href="#タプルでリファクタリングする" id="タ
78187818
and the height are related to each other because together they describe one
78197819
rectangle.
78207820
-->
7821-
<p>リスト5-8のコードはうまく動き、各寸法を与えて<code>area</code>関数を呼び出すことで四角形の面積を割り出しますが
7821+
<p>リスト5-8のコードはうまく動き、各寸法を与えて<code>area</code>関数を呼び出すことで長方形の面積を割り出しますが
78227822
改善点があります。幅と高さは、組み合わせると一つの長方形を表すので、相互に関係があるわけです。</p>
78237823
<!--
78247824
The issue with this code is evident in the signature of `area`:

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)