1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix the link reference in the doc

This commit is contained in:
Christophe Coevoet 2023-06-27 17:56:03 +02:00 committed by GitHub
parent a0a9c27630
commit 7e6e37b106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) * [`key-of<T>`](utility_types.md#key-oft)
* [`value-of<T>`](utility_types.md#value-oft) * [`value-of<T>`](utility_types.md#value-oft)
* [`properties-of<T>`](utility_types.md#properties-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) * [`T[K]`](utility_types.md#tk)
* [Type aliases](utility_types.md#type-aliases) * [Type aliases](utility_types.md#type-aliases)
* [Variable templates](utility_types.md#variable-templates) * [Variable templates](utility_types.md#variable-templates)