Skip to content

Commit f8d88bb

Browse files
Apply suggestions from code review
Co-authored-by: Simon Shanks <59612559+sshanks-kx@users.noreply.github.com>
1 parent c30bd1a commit f8d88bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/handles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A handle is an [applicable value](glossary.md#applicable-value). It (and its neg
5151

5252
### Console
5353

54-
Where `h` is 0 and `x` is an object, evaluates `.z.ps` (which defaults to `value`) on `x` and returns the result.
54+
Where `h` is 0 and `x` is an object, evaluates [`.z.ps`](../ref/dotz.md#zps-set) (which defaults to [`value`](../ref/value.md)) on `x` and returns the result.
5555

5656
```q
5757
q)0 "1 \"hello\"" /string
@@ -61,7 +61,7 @@ q)0 (+;2;2) /application in list form
6161
4
6262
```
6363

64-
In kdb+ versions up to 4.0, the expression is evaluated in the current thread, which means it is subject to the restrictions on secondary threads when used in `peach`. Starting from kdb+ version 4.1, attempting to use handle 0 in a thread other than the main thread results in a `nosocket` error.
64+
In kdb+ versions up to 4.0, the expression is evaluated in the current thread, which means it is subject to the restrictions on secondary threads when used in [`peach`](../ref/each.md). Starting from kdb+ version 4.1, attempting to use handle 0 in a thread other than the main thread results in a [`nosocket`](errors.md#nosocket) error.
6565

6666
:fontawesome-solid-book:
6767
[`.z.ps`](../ref/dotz.md#zps-set), [`value`](../ref/value.md)

0 commit comments

Comments
 (0)