Skip to content

Commit ec8258b

Browse files
committed
fixing 2 links
1 parent 71e6116 commit ec8258b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/appendix-a-index.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ value in a list is **[True](#True)**, see also
745745
**[one](#one)**
746746

747747
<a id="caret-upto"/>
748-
**\^** &mdash; upto operator, `^$limit expands to 0 ..\^ +$limit range`
748+
**\^** &mdash; upto operator, `^$limit` expands to `0 ..\^ +$limit` range
749749

750750
<a id="caret-range"/>
751751
**\^**
@@ -2370,7 +2370,7 @@ a point on the continuous atomic timeline
23702370
**Int**
23712371
*[«immutable type»](appendix-b-grouped.html#immutable-types)* &mdash;
23722372
Perl integer, objext type to hold whole number like &mdash;1, 2 or
2373-
6000, allows **[Inf](#inf)** / NaN, arbitrary precision,
2373+
6000, allows **[Inf](#Inf)** / NaN, arbitrary precision,
23742374
use it as method to convert into a **Int** like the Perl 5 "int"
23752375

23762376
**invert**
@@ -3375,19 +3375,20 @@ return (CR), as in Perl 5
33753375
**R**<span class="you-provide">op</span>
33763376
*[«meta op»](appendix-b-grouped.html#metaoperators)* &mdash;
33773377
reverse operands &mdash;
3378-
example: *4 R- 3 \# result is -1 = 3 - 4 *
3378+
example: `4 R- 3` result is `-1 = 3 - 4`
33793379

33803380
<a id="rand"/>
33813381
**rand** &mdash;
33823382
pseudo random number in [range](#range-op)
33833383
*0 ..\^ 1* (including 0, but not 1); for random list choices see
33843384
**[pick](#pick)** and **[roll](#roll)**
33853385

3386-
<a id="Range"/>
3386+
<a id="Range-type"/>
33873387
**Range**
33883388
*[«immutable type»](appendix-b-grouped.html#immutable-types)* &mdash;
3389-
a pair of ordered endpoints, result of an evaluated term with
3390-
the [range operator](#range-op)
3389+
a *[Pair](#Pair-type)* of ordered endpoints, result of an evaluated term with
3390+
2 values and the [range operator](#range-op) in between `1 .. 10`, caret (^)
3391+
exludes a limit `1 ..^ 10` or can be used as *[upto-operator](#caret-upto")*
33913392

33923393
<a id="RangeIter-type"/>
33933394
**RangeIter**

0 commit comments

Comments
 (0)