Skip to content

Commit

Permalink
Merge pull request #2 from brunoblaise/gram-error
Browse files Browse the repository at this point in the history
Gram error
  • Loading branch information
hanumanum authored Feb 1, 2024
2 parents c45428f + 89cf1eb commit 979c181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 class="section-title">Intro</h2>
<a target="_blank" href="http://www.papert.org/">Seymour Papert</a>.
<br>Javascript version of turtle graphycs initialy started by
<a target="_blank" href="https://github.com/bjpop">
<i class="fa fa-github"></i> bjpop</a>, than forked and developed by
<i class="fa fa-github"></i> bjpop</a>, then forked and developed by
<a target="_blank" href="https://github.com/hanumanum">
<i class="fa fa-github"></i> hanumanum</a>
</p>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h2 class="section-title">Turtle terms</h2>
<!--//icon-holder-->
<div class="content">
<h4 class="callout-title">Useful Tip:</h4>
<p>Coordinates will been copyed to buffer, than you click on the canvas. </p>
<p>Coordinates will been copyed to buffer, then you click on the canvas. </p>
</div>
<!--//content-->
</div>
Expand All @@ -190,7 +190,7 @@ <h2 class="section-title">Basic functions</h2>
<div id="forward" class="section-block">
<h3>forward()</h3>
<p>Turtle moves forward and draw line by given steps, if we write 100 between parentheses,
than turtle will move by 100 step.</p>
then turtle will move by 100 step.</p>
<p class="signature">forward(steps)</p>
<strong>arguments</strong>
<p>int: steps</p>
Expand All @@ -208,7 +208,7 @@ <h6>Result</h6>
</div>
<div id="left" class="section-block">
<h3>left()</h3>
<p>Turtle turn left by given degree, if we write 30 between parentheses, than turtle will
<p>Turtle turn left by given degree, if we write 30 between parentheses, then turtle will
turn by 30 degrees.</p>
<p class="signature">left(degrees)</p>
<strong>arguments</strong>
Expand Down

0 comments on commit 979c181

Please sign in to comment.