Skip to content

Commit

Permalink
Fix citcle and square. (Fixes #131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Aug 17, 2019
1 parent 401d0dc commit 1418c13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,4 +11,5 @@ positions.txt
subset.xml
processing-py*.jar
processing-py-site
venv/**

2 changes: 1 addition & 1 deletion Reference/api_en/circle.xml
Expand Up @@ -9,7 +9,7 @@
<type></type>

<example>
<notest /><image />
<image />
<code><![CDATA[
circle(56, 46, 55)
]]></code>
Expand Down
2 changes: 1 addition & 1 deletion Reference/api_en/square.xml
Expand Up @@ -9,7 +9,7 @@
<type></type>

<example>
<notest /><image />
<image />
<code><![CDATA[
square(10, 10, 55)
]]></code>
Expand Down

0 comments on commit 1418c13

Please sign in to comment.