Skip to content

Commit 7e2cdb9

Browse files
committed
ci: generate pages at aa31ca2 [ci skip]
1 parent aa31ca2 commit 7e2cdb9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/ch03-02-data-types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ <h4><a class="header" href="#文字型" id="文字型">文字型</a></h4>
492492
-->
493493
<p><span class="filename">ファイル名: src/main.rs</span></p>
494494
<pre><pre class="playground"><code class="language-rust">fn main() {
495-
let c = 'z';
496-
let z = 'ℤ';
497-
let heart_eyed_cat = '😻'; //ハート目の猫
495+
let c = 'z';
496+
let z = 'ℤ';
497+
let heart_eyed_cat = '😻'; //ハート目の猫
498498
}
499499
</code></pre></pre>
500500
<!--

docs/print.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3659,9 +3659,9 @@ <h4><a class="header" href="#文字型" id="文字型">文字型</a></h4>
36593659
-->
36603660
<p><span class="filename">ファイル名: src/main.rs</span></p>
36613661
<pre><pre class="playground"><code class="language-rust">fn main() {
3662-
let c = 'z';
3663-
let z = 'ℤ';
3664-
let heart_eyed_cat = '😻'; //ハート目の猫
3662+
let c = 'z';
3663+
let z = 'ℤ';
3664+
let heart_eyed_cat = '😻'; //ハート目の猫
36653665
}
36663666
</code></pre></pre>
36673667
<!--

0 commit comments

Comments
 (0)