Browse Source

ES7 exp operator config metadata typo fix

pull/1003/head
Sami Vaarala 8 years ago
parent
commit
12d73da205
  1. 2
      config/config-options/DUK_USE_ES7_EXP_OPERATOR.yaml

2
config/config-options/DUK_USE_ES7_EXP_OPERATOR.yaml

@ -5,6 +5,6 @@ tags:
- ecmascript
- ecmascript7
description: >
Support the ES7 exponentation operator (** and **=). This is optional
Support the ES7 exponentiation operator (** and **=). This is optional
because the operator pulls in pow() which may have a significant footprint
impact on bare metal platforms.

Loading…
Cancel
Save