Skip to content

Commit 0ef8e54

Browse files
committed
Merge branch 'main' into NI-Scala3_book_introduction
2 parents a222960 + aa88201 commit 0ef8e54

28 files changed

+3643
-464
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ GEM
5454
rb-fsevent (~> 0.10, >= 0.10.3)
5555
rb-inotify (~> 0.9, >= 0.9.10)
5656
mercenary (0.4.0)
57-
nokogiri (1.13.6-x86_64-darwin)
57+
nokogiri (1.13.9-x86_64-darwin)
5858
racc (~> 1.4)
59-
nokogiri (1.13.6-x86_64-linux)
59+
nokogiri (1.13.9-x86_64-linux)
6060
racc (~> 1.4)
6161
parallel (1.22.1)
6262
pathutil (0.16.2)

_glossary/index.md

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

_ja/cheatsheets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ breakable {
260260
val div = x / y.toFloat
261261
println("%d/%d = %.1f".format(x, y, div))
262262
}</code></pre></td>
263-
<td>for 内包表記: 命令型の記述<br /><a href="https://java.sun.com/javase/6/docs/api/java/util/Formatter.html#syntax">sprintf-style</a></td>
263+
<td>for 内包表記: 命令型の記述<br /><a href="https://java.sun.com/javase/6/docs/api/java/util/Formatter.html#syntax"><code>sprintf</code>-style</a></td>
264264
</tr>
265265
<tr>
266266
<td><pre class="highlight"><code>for (i &lt;- 1 to 5) {

0 commit comments

Comments
 (0)