Skip to content

Commit 60cbb1b

Browse files
authored
fix: update keyword-reference.md (#5039)
bad anchor for the properties page
1 parent 783a0a7 commit 60cbb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/keyword-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ as identifiers in other contexts:
7070
* `file` is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
7171
* `finally` begins a block that [is always executed when a try block exits](exceptions.md).
7272
* `get`
73-
- declares the [getter of a property](properties.md#getters-and-setters).
73+
- declares the [getter of a property](properties.md).
7474
- is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
7575
* `import` [imports a declaration from another package into the current file](packages.md).
7676
* `init` begins an [initializer block](classes.md#constructors).
7777
* `param` is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
7878
* `property` is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
7979
* `receiver` is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
8080
* `set`
81-
- declares the [setter of a property](properties.md#getters-and-setters).
81+
- declares the [setter of a property](properties.md).
8282
- is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
8383
* `setparam` is used as an [annotation use-site target](annotations.md#annotation-use-site-targets).
8484
* `value` with the `class` keyword declares an [inline class](inline-classes.md).

0 commit comments

Comments
 (0)