Skip to content

Commit

Permalink
Merge pull request #25 from weh/fix-small-typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
xmonader authored Sep 13, 2023
2 parents 372d3b3 + f036539 commit c71e495
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/day14_nimassets.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 class="menu-title">Nim Days</h1>
<a class="header" href="#the-plan" id="the-plan"><h2>The plan</h2></a>
<p>So from a very highlevel</p>
<pre><code>[ Resource1 ]
[ Resource2 ] -&gt; converter (nimassets) -&gt; [Nim file Represneting the resources list]
[ Resource2 ] -&gt; converter (nimassets) -&gt; [Nim file Representing the resources list]
[ Resource3 ]

</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ <h1 class="menu-title">Nim Days</h1>
<a class="header" href="#the-plan" id="the-plan"><h2>The plan</h2></a>
<p>So from a very highlevel</p>
<pre><code>[ Resource1 ]
[ Resource2 ] -&gt; converter (nimassets) -&gt; [Nim file Represneting the resources list]
[ Resource2 ] -&gt; converter (nimassets) -&gt; [Nim file Representing the resources list]
[ Resource3 ]

</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/day14_nimassets.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ So from a very highlevel

```
[ Resource1 ]
[ Resource2 ] -> converter (nimassets) -> [Nim file Represneting the resources list]
[ Resource2 ] -> converter (nimassets) -> [Nim file Representing the resources list]
[ Resource3 ]
```
Expand Down

0 comments on commit c71e495

Please sign in to comment.