Skip to content

Commit

Permalink
Fixed typo in custom board tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Jan 9, 2014
1 parent 12035b3 commit 9595af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5_custom_boards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>Board Commands</h3>
<li>line &lt;<i>x<sub>1</sub></i>&gt; &lt;<i>y<sub>1</sub></i>&gt; &lt;<i>x<sub>2</sub></i>&gt; &lt;<i>y<sub>2</sub></i>&gt;</li>
<li>tape &lt;<i>x<sub>1</sub></i>&gt; &lt;<i>y<sub>1</sub></i>&gt; &lt;<i>x<sub>2</sub></i>&gt; &lt;<i>y<sub>2</sub></i>&gt;</li>
<li>dec-line &lt;<i>x<sub>1</sub></i>&gt; &lt;<i>y<sub>1</sub></i>&gt; &lt;<i>x<sub>2</sub></i>&gt; &lt;<i>y<sub>2</sub></i>&gt;</li>
<li>brush &lt;<i>color</i>&gt; &lt;<i>width</i>&gt;</li>
<li>brush &lt;<i>color</i>&gt;</li>
<li>dec-rect &lt;<i>x<sub>1</sub></i>&gt; &lt;<i>y<sub>1</sub></i>&gt; &lt;<i>width</i>&gt; &lt;<i>height</i>&gt;</li>
</ul>
In addition, lines that begin with # are comments and are ignored when the board is loaded.
Expand Down

0 comments on commit 9595af2

Please sign in to comment.