Skip to content

Commit 02e34dd

Browse files
committed
lowercase descriptions
1 parent c702045 commit 02e34dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ bind
380380
<table class="libitem">
381381
<tr>
382382
<td colspan="2">
383-
<b>math/absolute</b> - Absolute value of a number
383+
<b>math/absolute</b> - absolute value of a number
384384
</td>
385385
</tr>
386386

@@ -416,14 +416,14 @@ commit
416416
<table class="libitem">
417417
<tr>
418418
<td colspan="2">
419-
<b>math/pow</b> - Raise a value to an exponent
419+
<b>math/pow</b> - raise a value to an exponent
420420
</td>
421421
</tr>
422422

423423
<tr>
424424
<td>
425425
<ul>
426-
<li><strong>value</strong> - the mantissa</li>
426+
<li><strong>value</strong> - the vale to exponentiate</li>
427427
<li><strong>exponent</strong> - the exponent</li>
428428
</ul>
429429
</td>
@@ -444,7 +444,7 @@ bind
444444
<table class="libitem">
445445
<tr>
446446
<td colspan="2">
447-
<b>math/ln</b> - Calculate the natural log of a value
447+
<b>math/ln</b> - calculate the natural log of a value
448448
</td>
449449
</tr>
450450

@@ -456,7 +456,7 @@ bind
456456
</td>
457457
<td>
458458
<code>
459-
calculate the natural laog of 17
459+
calculate the natural log of 17
460460
```
461461
search
462462
x = math/ln[value: 17]
@@ -472,7 +472,7 @@ bind
472472
<table class="libitem">
473473
<tr>
474474
<td colspan="2">
475-
<b>math/to-fixed</b> - Formats a number as a string to a certain number of decimal places
475+
<b>math/to-fixed</b> - formats a number as a string to a certain number of decimal places
476476
</td>
477477
</tr>
478478

@@ -503,7 +503,7 @@ bind
503503
<table class="libitem">
504504
<tr>
505505
<td colspan="2">
506-
<b>math/range</b> - Generates a range of numbers
506+
<b>math/range</b> - generates a range of numbers
507507
</td>
508508
</tr>
509509

0 commit comments

Comments
 (0)