From bbaab10ac1d753a9897138cf09a9cd47b83e29e1 Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Wed, 11 Sep 2024 17:45:02 +0200 Subject: [PATCH] Fix a misprint (#1369) --- .../workspace_model/workspace_model_entity_read.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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