We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
printf
<code>
1 parent 9d16ae0 commit 96feef5Copy full SHA for 96feef5
_ja/cheatsheets/index.md
@@ -260,7 +260,7 @@ breakable {
260
val div = x / y.toFloat
261
println("%d/%d = %.1f".format(x, y, div))
262
}</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>
+ <td>for 内包表記: 命令型の記述<br /><a href="https://java.sun.com/javase/6/docs/api/java/util/Formatter.html#syntax"><code>sprintf</code>-style</a></td>
264
</tr>
265
<tr>
266
<td><pre class="highlight"><code>for (i <- 1 to 5) {
0 commit comments