Skip to content

Commit 0cdb056

Browse files
committed
Correction to nfc() reference example
1 parent 84ce17c commit 0cdb056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/api_en/nfc.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ String[] fi = nfc(f, 2);
3232
println(fi); // Prints "42,525.34 3.14"
3333
3434
]]></code>
35+
</example>
3536

3637
<description><![CDATA[
3738
Utility function for formatting numbers into strings and placing appropriate commas to mark units of 1000. There are four versions: one for formatting ints, one for formatting an array of ints, one for formatting floats, and one for formatting an array of floats.<br />

0 commit comments

Comments
 (0)