mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Fixed indentation
This commit is contained in:
parent
7eaeabb381
commit
0dd092666a
@ -29,11 +29,11 @@ function factory (type, config, load, typed) {
|
||||
* date: new Date(2013, 2, 23).toISOString().substring(0, 10)
|
||||
* });
|
||||
*
|
||||
* // the following outputs: 'My favorite fruits are apples and bananas !'
|
||||
* math.print('My favorite fruits are $0 and $1 !', [
|
||||
* 'apples',
|
||||
* 'bananas'
|
||||
* ]);
|
||||
* // the following outputs: 'My favorite fruits are apples and bananas !'
|
||||
* math.print('My favorite fruits are $0 and $1 !', [
|
||||
* 'apples',
|
||||
* 'bananas'
|
||||
* ]);
|
||||
*
|
||||
* See also:
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user