From e176cf96c351b283cbf55e194c06e5ae13e736aa Mon Sep 17 00:00:00 2001
From: Paul-Walcher <paulwalcher12@gmail.com>
Date: Sun, 23 Jun 2024 11:40:23 +0200
Subject: [PATCH] update create_fact

---
 DOC/create_fact.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DOC/create_fact.md b/DOC/create_fact.md
index 736b09e..802d2de 100644
--- a/DOC/create_fact.md
+++ b/DOC/create_fact.md
@@ -11,6 +11,7 @@
     <br>
 
     1. 	A constructor that calls base(). Constructor can have SomDoc, which is the MMT URI as OMS.
+        Only set the ServerDefinition inside the constructor if you have a good reason to.
 
     2. 	define: A method parseFact(List<Fact> ret, MMTFact fact). 
             convert MMTFact fact to Unity Fact and add it to the List<Fact> ret
-- 
GitLab