summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/markers1.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/markers1.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/markers1.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/markers1.asy b/Master/texmf-dist/doc/asymptote/examples/markers1.asy
index a3af424616d..7db56315f91 100644
--- a/Master/texmf-dist/doc/asymptote/examples/markers1.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/markers1.asy
@@ -64,7 +64,7 @@ label("$10$",point(p,0),3W);
p=T*p;
draw(p,CircleBarIntervalMarker(n=3,angle=30,barsize=8mm,radius=2mm,
FillDraw(.8red),circleabove=true,dotframe,
- above=false));
+ above=false));
label("$11$",point(p,0),3W);
//line 12 **********