Skip to content

Commit

Permalink
Merge pull request #636 from nature-of-code/notion-update-docs
Browse files Browse the repository at this point in the history
[Notion] Update docs
  • Loading branch information
jasongao97 committed Jan 8, 2024
2 parents d8f71d7 + 61dbda9 commit 562cd79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions content/08_fractals.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,10 @@ <h3 id="example-88-simple-l-system-sentence-generation">Example 8.8: Simple L-sy
<tr>
<td>Rules</td>
<td>
A → ABA
B → BBB
<div style="white-space: pre-wrap;">
A → ABA
B → BBB
</div>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion content/09_ga.html
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ <h3 id="developing-the-rockets">Developing the Rockets</h3>
<div class="snip-below">
<pre class="codesplit" data-code-language="javascript">class Rocket {
constructor(x, y) {
//{!1} A Rocket has fitness.
//{!1} A rocket has fitness.
this.fitness = 0;

this.position = createVector(x, y);
Expand Down
Binary file modified content/images/07_ca/07_ca_26.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 562cd79

Please sign in to comment.