Skip to content

Commit 6ee4178

Browse files
committed
mark sprintf function with <code>
1 parent 63f5d9f commit 6ee4178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_cheatsheets/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ breakable {
261261
val div = x / y.toFloat
262262
println("%d/%d = %.1f".format(x, y, div))
263263
}</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>
264+
<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>
265265
</tr>
266266
<tr>
267267
<td><pre class="highlight"><code>for (i &lt;- 1 to 5) {

0 commit comments

Comments
 (0)