Skip to content

Commit

Permalink
Merge pull request #9967 from stof/patch-2
Browse files Browse the repository at this point in the history
Fix the link reference in the doc
  • Loading branch information
orklah committed Jun 27, 2023
2 parents a0a9c27 + 7e6e37b commit 16f84c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotating_code/type_syntax/atomic_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Atomic types are the basic building block of all type information used in Psalm.
* [`key-of<T>`](utility_types.md#key-oft)
* [`value-of<T>`](utility_types.md#value-oft)
* [`properties-of<T>`](utility_types.md#properties-oft)
* [`class-string-map<T of Foo, T>`](utility_types.md#class-string-mapt-as-foo-t)
* [`class-string-map<T of Foo, T>`](utility_types.md#class-string-mapt-of-foo-t)
* [`T[K]`](utility_types.md#tk)
* [Type aliases](utility_types.md#type-aliases)
* [Variable templates](utility_types.md#variable-templates)
Expand Down

0 comments on commit 16f84c8

Please sign in to comment.