Skip to content

Commit b352676

Browse files
committed
more lowercase
1 parent 02e34dd commit b352676

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Standard Library"
1111
<table class="libitem">
1212
<tr>
1313
<td colspan="2">
14-
<b>gather/sort</b> - Generates an ordering for a set
14+
<b>gather/sort</b> - generates an ordering for a set
1515
</td>
1616
</tr>
1717

@@ -54,7 +54,7 @@ commit
5454
<table class="libitem">
5555
<tr>
5656
<td colspan="2">
57-
<b>gather/count</b> - Returns the number of elements in a set
57+
<b>gather/count</b> - returns the number of elements in a set
5858
</td>
5959
</tr>
6060
<tr>
@@ -90,7 +90,7 @@ commit
9090
<table class="libitem">
9191
<tr>
9292
<td colspan="2">
93-
<b>gather/sum</b> - Returns the sum of values in a set of attributes
93+
<b>gather/sum</b> - returns the sum of values in a set of attributes
9494
</td>
9595
</tr>
9696

@@ -130,7 +130,7 @@ commit
130130
<table class="libitem">
131131
<tr>
132132
<td colspan="2">
133-
<b>math/floor</b> - Rounds a number down
133+
<b>math/floor</b> - rounds a number down
134134
</td>
135135
</tr>
136136

@@ -157,7 +157,7 @@ bind
157157
<table class="libitem">
158158
<tr>
159159
<td colspan="2">
160-
<b>math/ceiling</b> - Rounds a number up
160+
<b>math/ceiling</b> - rounds a number up
161161
</td>
162162
</tr>
163163

@@ -184,7 +184,7 @@ bind
184184
<table class="libitem">
185185
<tr>
186186
<td colspan="2">
187-
<b>math/round</b> - Rounds a number to the nearest integer
187+
<b>math/round</b> - rounds a number to the nearest integer
188188
</td>
189189
</tr>
190190

@@ -211,7 +211,7 @@ bind
211211
<table class="libitem">
212212
<tr>
213213
<td colspan="2">
214-
<b>math/sin</b> - Sine of an angle
214+
<b>math/sin</b> - sine of an angle
215215
</td>
216216
</tr>
217217

@@ -238,7 +238,7 @@ bind
238238
<table class="libitem">
239239
<tr>
240240
<td colspan="2">
241-
<b>math/cos</b> - Cosine of an angle
241+
<b>math/cos</b> - cosine of an angle
242242
</td>
243243
</tr>
244244

@@ -265,7 +265,7 @@ bind
265265
<table class="libitem">
266266
<tr>
267267
<td colspan="2">
268-
<b>math/tan</b> - Tangent of an angle
268+
<b>math/tan</b> - tangent of an angle
269269
</td>
270270
</tr>
271271

@@ -292,7 +292,7 @@ bind
292292
<table class="libitem">
293293
<tr>
294294
<td colspan="2">
295-
<b>math/max</b> - The greater of two values
295+
<b>math/max</b> - the greater of two values
296296
</td>
297297
</tr>
298298

@@ -322,7 +322,7 @@ bind
322322
<table class="libitem">
323323
<tr>
324324
<td colspan="2">
325-
<b>math/min</b> - The lesser of two values
325+
<b>math/min</b> - the lesser of two values
326326
</td>
327327
</tr>
328328

@@ -352,7 +352,7 @@ bind
352352
<table class="libitem">
353353
<tr>
354354
<td colspan="2">
355-
<b>math/mod</b> - Modulo division
355+
<b>math/mod</b> - modulo division
356356
</td>
357357
</tr>
358358

@@ -531,7 +531,7 @@ bind
531531
<table class="libitem">
532532
<tr>
533533
<td colspan="2">
534-
<b>random/number</b> - Generates a random number between 1 and 0
534+
<b>random/number</b> - generates a random number between 1 and 0
535535
</td>
536536
</tr>
537537

@@ -567,7 +567,7 @@ commit
567567
<table class="libitem">
568568
<tr>
569569
<td colspan="2">
570-
<b>string/replace</b> - Replaces a string of text with another
570+
<b>string/replace</b> - replaces a string of text with another
571571
</td>
572572
</tr>
573573

@@ -597,7 +597,7 @@ bind
597597
<table class="libitem">
598598
<tr>
599599
<td colspan="2">
600-
<b>string/get</b> - Gets a character from a specific location in a string
600+
<b>string/get</b> - gets a character from a specific location in a string
601601
</td>
602602
</tr>
603603

@@ -626,7 +626,7 @@ bind
626626
<table class="libitem">
627627
<tr>
628628
<td colspan="2">
629-
<b>string/uppercase</b> - Converts a string to uppercase
629+
<b>string/uppercase</b> - converts a string to uppercase
630630
</td>
631631
</tr>
632632

@@ -653,7 +653,7 @@ bind
653653
<table class="libitem">
654654
<tr>
655655
<td colspan="2">
656-
<b>string/lowercase</b> - Converts a string to lowercase
656+
<b>string/lowercase</b> - converts a string to lowercase
657657
</td>
658658
</tr>
659659

@@ -680,7 +680,7 @@ bind
680680
<table class="libitem">
681681
<tr>
682682
<td colspan="2">
683-
<b>string/index-of</b> - Returns the position of the first occurrence of a specified value in a string
683+
<b>string/index-of</b> - returns the position of the first occurrence of a specified value in a string
684684
</td>
685685
</tr>
686686

@@ -708,7 +708,7 @@ bind
708708
<table class="libitem">
709709
<tr>
710710
<td colspan="2">
711-
<b>string/codepoint-length</b> - Returns the length of a string in Unicode code points.
711+
<b>string/codepoint-length</b> - returns the length of a string in Unicode code points.
712712
</td>
713713
</tr>
714714

@@ -1870,11 +1870,11 @@ commit
18701870
<tr>
18711871
<td>
18721872
<ul>
1873-
<li><strong>path</strong> - The path of the file to be written.</li>
1874-
<li><strong>encoding</strong> - (optional) - The encoding of the file. The default is utf-8.</li>
1875-
<li><strong>contents</strong> - The string that will be written to the file</li>
1876-
<li><strong>error</strong> - (optional) - If an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li>
1877-
<li><strong>#file/complete</strong> - When the contents are written successfully, the record will be tagged #file/complete.</li>
1873+
<li><strong>path</strong> - the path of the file to be written.</li>
1874+
<li><strong>encoding</strong> - (optional) - the encoding of the file. The default is utf-8.</li>
1875+
<li><strong>contents</strong> - the string that will be written to the file</li>
1876+
<li><strong>error</strong> - (optional) - if an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li>
1877+
<li><strong>#file/complete</strong> - when the contents are written successfully, the record will be tagged #file/complete.</li>
18781878
</ul>
18791879
</td>
18801880
<td>
@@ -1898,8 +1898,8 @@ commit
18981898
<tr>
18991899
<td>
19001900
<ul>
1901-
<li><strong>code</strong> - The error code</li>
1902-
<li><strong>message</strong> - The error message</li>
1901+
<li><strong>code</strong> - the error code</li>
1902+
<li><strong>message</strong> - the error message</li>
19031903
</ul>
19041904
</td>
19051905
<td>
@@ -1929,7 +1929,7 @@ Write text to the console
19291929
<tr>
19301930
<td>
19311931
<ul>
1932-
<li><strong>text</strong> - The text to write to the console. Text will also be written to stdout.</li>
1932+
<li><strong>text</strong> - the text to write to the console. Text will also be written to stdout.</li>
19331933
</ul>
19341934
</td>
19351935
<td>
@@ -1953,7 +1953,7 @@ commit
19531953
<tr>
19541954
<td>
19551955
<ul>
1956-
<li><strong>text</strong> - The text to write to the console.</li>
1956+
<li><strong>text</strong> - the text to write to the console.</li>
19571957
</ul>
19581958
</td>
19591959
<td>
@@ -1977,7 +1977,7 @@ commit
19771977
<tr>
19781978
<td>
19791979
<ul>
1980-
<li><strong>text</strong> - The text to write to the console. Text will also be written to stderr.</li>
1980+
<li><strong>text</strong> - the text to write to the console. Text will also be written to stderr.</li>
19811981
</ul>
19821982
</td>
19831983
<td>

0 commit comments

Comments
 (0)