Skip to content

Commit 96feef5

Browse files
update: surround printf by <code>
synced with English version
1 parent 9d16ae0 commit 96feef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)