Skip to content

Commit 83b0fd4

Browse files
committed
Add link to String.format reference.
1 parent de42fd4 commit 83b0fd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

node/reference/string/format_number.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ Represent a numeric value as a string in a specific way.
99

1010
* **Value**: The input value
1111
* **Format**: The format template
12+
13+
## Notes
14+
15+
The format number string uses Java's string formatting function. [A full reference is here](http://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html#syntax).

0 commit comments

Comments
 (0)