diff --git a/sections/stm2.tex b/sections/stm2.tex
index 34ce478921c2670facf70ab810d65c5ed71a5a4a..4e3aeb2ce6200b479c85cab90f907d5dd5196b49 100644
--- a/sections/stm2.tex
+++ b/sections/stm2.tex
@@ -36,10 +36,13 @@ for (ParameterOb o : operationObject.getParameterObs()) {
     paths = p.addinfQueryParameters(pathRef, paths);
 }
 for (String path : paths)
-  connectGET(path);
+  connect(path);
 \end{lstlisting} 
 
-Before it starts with the parameter inference, the random testing generator of Section 5.1 is executed first (Line 1). During this execution, the status code of a response is checked if it is a successful response with 200 status code (Line 4). Afterwards, the response schema of returned values is also checked. If it is in type array, the function "writeDictionary" is iterated, otherwise it only executed once (Line 6-9). "writeDictionary" is not attributed, because it would be critical for the rule of RAG that an AST structure must not be edited, while attributes are computed. However, the function "writeDictionary" saves the returend values of a successful response in seperate properties (e.g. properties "id" and "name" are seperately stored with their value in the dictionary). 
+Before it starts with the parameter inference, the random testing generator of Section 5.1 is executed first (Line 1). During this execution, the status code of a response is checked if it is a successful response with 200 status code (Line 4). Afterwards, the response schema of returned values is also checked. If it is in type array, the function "writeDictionary" is iterated, otherwise it only executed once (Line 6-9). "writeDictionary" is not attributed, because it would be critical for the rule of RAG that an AST structure must not be edited, while attributes are computed. However, the function "writeDictionary" saves the returend values of a successful response in seperate properties and write them in a dictionary (e.g. properties "id" and "name" are seperately stored with their value in the dictionary). If the schema of a response provides a reference of a schema object, the field name gets a name of a reference as prefix. Subsequently, this implementation does the similar way of execution in random testing at the generation phase. Firstly, it iterates all parameter objects and examines whether the parameter type is Path or Query. 
+
+
+% Helpful attributes (Collection, inherited)
 
 % Result
 asdfasdfsdafasdf