chg: last paragraph

[shosho.co](https://shosho.co/About-Antville-2675) still complains about it but so far i could not find a better way
This commit is contained in:
Tobi Schäfer 2020-06-16 21:13:07 +02:00 committed by GitHub
parent 382449c574
commit b08268b311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,4 +51,4 @@ Define HopObjects and map them to a relational database table. Create, change an
HopObjects extend the native JavaScript object. They got all the common features you know and more. One highlight are the special templating features to ease the rendering of objects for the Web.
Combine HopObjects to create a hierarchical structure. A URL in Helma mirrors this structure. Each part of the URL path corresponds to a relational database mapping. It is similar to the document tree of static websites. Helmas URL space is an analogy of the Document Object Model implemented in client-side JavaScript.
Combine HopObjects to create a hierarchical structure. A URL in Helma mirrors this structure. Each part of the URL path corresponds to a relational database mapping, similar to the document tree of static websites. Helmas URL space is an analogy to the Document Object Model implemented in client-side JavaScript.