Skip to content

Commit

Permalink
updated html doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Aug 20, 2024
1 parent 48e6e8c commit a99b946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ <h4 id="_invoking_other_state_charts_or_futures"><a class="anchor" href="#_invok
(simple/send! env {<span class="symbol">:target</span> session-id
<span class="symbol">:event</span> <span class="symbol">:swap</span>})

<span class="comment">;; With autoforard on, we can ferry events though to the child</span>
<span class="comment">;; With autoforward on, we can ferry events though to the child</span>
(simple/send! env {<span class="symbol">:target</span> session-id
<span class="symbol">:event</span> <span class="symbol">:child/swap</span>})

Expand Down Expand Up @@ -2023,7 +2023,7 @@ <h4 id="_initializing_the_data_model"><a class="anchor" href="#_initializing_the
<div class="paragraph">
<p>The above code defines a chart that will have <code>:fulcro/aliases</code> on the local data model
because of the statechart definition, and will have a runtime value for the <code>:fulcro/actors</code> based
on data that was passed during start. Anthing initialized this way will go into the local data
on data that was passed during start. Anything initialized this way will go into the local data
store (which is a path based on the session id in the app database).</p>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -2603,7 +2603,7 @@ <h3 id="_conformance"><a class="anchor" href="#_conformance"></a><a class="link"
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-07 15:25:06 -0700
Last updated 2024-08-19 21:19:02 -0700
</div>
</div>
</body>
Expand Down

0 comments on commit a99b946

Please sign in to comment.