Skip to content

Commit 2c18d20

Browse files
Merge pull request #340 from FerencBodon-Kx/master
improving type cross references
2 parents 96904fa + c4513b3 commit 2c18d20

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/basics/datatypes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The type is a short int:
6969
[Cast](../ref/cast.md),
7070
[Tok](../ref/tok.md),
7171
[`type`](../ref/type.md),
72+
[`key`](../ref/key.md#type-of-a-vector),
7273
[`.Q.ty`](../ref/dotq.md#ty-type) (type)
7374
<br>
7475
:fontawesome-solid-book-open:

docs/ref/dotq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ Since V3.6 2018.05.18.
19941994
.Q.ty x
19951995
```
19961996

1997-
Where `x` is a list, returns the type of `x` as a character code:
1997+
Where `x` is a list, returns the [type](../basics/datatypes.md) of `x` as a character code:
19981998

19991999
- lower case for a vector
20002000
- upper case for a list of uniform type

docs/ref/type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ q)type (0|+) / composition
4343
----
4444

4545
:fontawesome-solid-book:
46+
[`key`](key.md#type-of-a-vector),
4647
[.Q.ty](dotq.md#ty-type)
4748
<br>
4849
:fontawesome-solid-book-open:

0 commit comments

Comments
 (0)