Convert "info" to "description"

This commit is contained in:
Gorkem Yakin 2016-02-23 14:24:08 -08:00
parent e0afd42914
commit ed32ae6f4a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/*---
author: Rick Waldron
esid: sec-exp-operator
info: >
description: >
Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent)
---*/