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 9a06809 commit a4db2d0Copy full SHA for a4db2d0
_overviews/cheatsheets/index.md
@@ -262,7 +262,7 @@ breakable {
262
val div = x / y.toFloat
263
println("%d/%d = %.1f".format(x, y, div))
264
}</code></pre></td>
265
- <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>
266
</tr>
267
<tr>
268
<td><pre class="highlight"><code>for (i <- 1 to 5) {
0 commit comments