Fixed indentation

This commit is contained in:
jos 2018-04-08 20:29:37 +02:00
parent 7eaeabb381
commit 0dd092666a

View File

@ -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:
*