We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f5d9f commit 6ee4178Copy full SHA for 6ee4178
_cheatsheets/index.md
@@ -261,7 +261,7 @@ breakable {
261
val div = x / y.toFloat
262
println("%d/%d = %.1f".format(x, y, div))
263
}</code></pre></td>
264
- <td>For-comprehension: imperative-ish.<br /><a href="http://java.sun.com/javase/6/docs/api/java/util/Formatter.html#syntax">Sprintf-style</a>.</td>
+ <td>For-comprehension: imperative-ish.<br /><a href="http://java.sun.com/javase/6/docs/api/java/util/Formatter.html#syntax"><code>sprintf</code> style</a>.</td>
265
</tr>
266
<tr>
267
<td><pre class="highlight"><code>for (i <- 1 to 5) {
0 commit comments