Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 5, 2024
1 parent b275628 commit 6e0786c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/app/docs/lang/lang.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ <h2 id="syntax">Syntax</h2>
<h3 id="parameters">Parameters</h3>
<p>
Statements may optionally have <em>parameters</em>. Parameters start with
the <code>(</code> character and end with the <code>)</code> character.
Each parameter has a <code>name</code> and a <code>value</code>.
the <code>(</code> character and end with the <code>)</code> character. Each
parameter has a <code>name</code> and a <code>value</code>.
</p>

<pre><code ecsactLangSyntax>
Expand Down Expand Up @@ -263,7 +263,6 @@ <h3 id="actions">Actions</h3>
{{'}'}}
</code></pre>


<h3 id="anonymous-systems">Anonymous Systems</h3>
<p>
Systems that have a
Expand All @@ -290,10 +289,10 @@ <h3 id="anonymous-systems">Anonymous Systems</h3>
<h3 id="lazy-systems">Lazy Systems</h3>
<p>
Systems can be marked as <em>lazy</em> with the <code>lazy</code>
<a [routerLink]="" fragment="parameters">parameter</a>.
The <code>lazy</code> parameter accepts an integer or a boolean as a value.
The value of the parameter determines how many times a system implementation
may be executed. A value of <code>false</code> or <code>0</code> means the
<a [routerLink]="" fragment="parameters">parameter</a>. The
<code>lazy</code> parameter accepts an integer or a boolean as a value. The
value of the parameter determines how many times a system implementation may
be executed. A value of <code>false</code> or <code>0</code> means the
system is not lazy. A value of <code>true</code> means <code>1</code>.
</p>
<pre><code ecsactLangSyntax>
Expand Down

0 comments on commit 6e0786c

Please sign in to comment.