Skip to content

Commit 8586bee

Browse files
committed
Small typo in documentation
1 parent bb27a67 commit 8586bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsondiscoverer.web/WebContent/app/partials/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 id="doc-simple">The Simple Discoverer</h2>
6161
<div class="col-md-12">
6262
<p>JSON documents include both metadata (i.e., the name side of the object name/value pair elements) and data (i.e., their value). Note that, however, two objects in the same (or different) JSON document(s) generated by a call to the same service do not necessarily have the same exact structure, e.g., it is possible that some of them include only a subset of the metadata/data, thus removing some name/value pairs (e.g., to reduce network traffic). Therefore, the accuracy of the simple discovery increases when a number of JSON objects to infer their common structure are analyzed.</p>
6363

64-
<p>The simple discovery process is therefore launched for each JSON object and has two execution modes: creation and refinement. The former creates a root concept from an object representing a concept not yet existing in the service domain created so far whereas the latter enriches/refines an already existing concept with information coming from new objects representing such concept. </p
64+
<p>The simple discovery process is therefore launched for each JSON object and has two execution modes: creation and refinement. The former creates a root concept from an object representing a concept not yet existing in the service domain created so far whereas the latter enriches/refines an already existing concept with information coming from new objects representing such concept. </p>
6565

6666
<p>When a JSON object element representing a new concept is considered, the following creation rules are applied to build the corresponding elements in the service domain model (see figure on the left as example):</p>
6767
</div>

0 commit comments

Comments
 (0)