Notion - Update docs

This commit is contained in:
jasongao97 2024-01-08 00:59:09 +00:00 committed by GitHub
parent d8f71d77f4
commit 61dbda9ee7
3 changed files with 5 additions and 3 deletions

View file

@ -755,8 +755,10 @@ function generate() {
<tr>
<td>Rules</td>
<td>
A → ABA
B → BBB
<div style="white-space: pre-wrap;">
A → ABA
B → BBB
</div>
</td>
</tr>
</tbody>

View file

@ -1019,7 +1019,7 @@ let populationSize = 150;</pre>
<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);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 68 KiB