From 5f1b683541119becabfffb44a0dd7be3b58f5458 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Mon, 25 Mar 2024 10:13:51 +0100
Subject: [PATCH] DOC: Typo

---
 src/linkahead/common/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py
index 6f6e4c8f..d7bc7a47 100644
--- a/src/linkahead/common/models.py
+++ b/src/linkahead/common/models.py
@@ -2286,7 +2286,7 @@ class _Properties(list):
 
 
 class _ParentList(list):
-    # TODO unclear why this class is private. Isn't it use full for users?
+    # TODO unclear why this class is private. Isn't it useful for users?
 
     def _get_entity_by_cuid(self, cuid):
         '''
-- 
GitLab