diff --git a/topics/reference_guide/workspace_model/workspace_model_entity_read.md b/topics/reference_guide/workspace_model/workspace_model_entity_read.md index 6baca429f..cd906ad0f 100644 --- a/topics/reference_guide/workspace_model/workspace_model_entity_read.md +++ b/topics/reference_guide/workspace_model/workspace_model_entity_read.md @@ -14,7 +14,7 @@ provides the ability to query data from ### Basic request -To request all entities if the concrete type use +To request all entities of the concrete type use [`EntityStorage.entities()`](%gh-ic%/platform/workspace/storage/src/com/intellij/platform/workspace/storage/EntityStorage.kt). ```kotlin