diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 17:41:24 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-07-14 17:41:24 +1200 |
commit | f7673a44ecb497f9d9496bb5a3b2217b8a9fe74c (patch) | |
tree | 1019407f5c39cff0c41aee0c10e9baf02ee2cb8e /project/templates | |
parent | 727e6c9502923b2bcae298282a81e4bd483df4d5 (diff) |
Fixed minor source formatting errors
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/fltkada.html | 3 | ||||
-rw-r--r-- | project/templates/grasp.html | 3 | ||||
-rw-r--r-- | project/templates/packrat.html | 3 | ||||
-rw-r--r-- | project/templates/steelman.html | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html index 2d7185b..f7f88a6 100644 --- a/project/templates/fltkada.html +++ b/project/templates/fltkada.html @@ -88,7 +88,8 @@ intended use is to declare FLTK objects on the stack. Allocation and deallocatio internals is handled automatically.</p> <p>A few other minor changes were involved, such as requiring widgets to be explicitly added to a -group rather than implicitly being added to the last group not yet ended. At the moment the package specifications should provide sufficient information to allow programmers to work with the library. +group rather than implicitly being added to the last group not yet ended. At the moment the package +specifications should provide sufficient information to allow programmers to work with the library. </p> {% endblock %} diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 03a328d..6abdb5a 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -52,7 +52,8 @@ what edges are available.</p> <p>The language seemed like an interesting enough idea, but unfortunately nobody had done anything with it, and there was only a specification. This has now been fixed. The interpreter currently -uses a subset of the <a href="http://www.graphviz.org/doc/info/lang.html" class="external">DOT graph description language</a> for the file format, to enable a text format as well as relatively easy +uses a subset of the <a href="http://www.graphviz.org/doc/info/lang.html" class="external">DOT graph +description language</a> for the file format, to enable a text format as well as relatively easy conversion to a graph image.</p> <p>The above example is recorded as follows:</p> diff --git a/project/templates/packrat.html b/project/templates/packrat.html index 321b71c..ec516d3 100644 --- a/project/templates/packrat.html +++ b/project/templates/packrat.html @@ -123,7 +123,8 @@ then a clearer view immediately follows.</p> <p>What is the condition? Exactly as described above for direct left recursion. Through comparing recursion counts with the amount of unconsumed input we determine that a result of no successful -parse can be calculated, and that the result is valid for reuse for any deeper recursion of the same combinator at that input position.</p> +parse can be calculated, and that the result is valid for reuse for any deeper recursion of the same +combinator at that input position.</p> <p>From that can be derived:</p> <ul> diff --git a/project/templates/steelman.html b/project/templates/steelman.html index a62b4ba..c49aba0 100644 --- a/project/templates/steelman.html +++ b/project/templates/steelman.html @@ -276,7 +276,8 @@ reader discretion is advised.</p> </tr> <tr> <td colspan="4"> - Parasail does not specify ways to directly control hardware, nor any interfaces to other languages. + Parasail does not specify ways to directly control hardware, nor any interfaces to other + languages. </td> </tr> |