Skip to content

Commit a4db2d0

Browse files
committed
mark sprintf function with <code>
1 parent 9a06809 commit a4db2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/cheatsheets/index.md

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

0 commit comments

Comments
 (0)