summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/sinxlex.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/sinxlex.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/sinxlex.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/sinxlex.asy b/Master/texmf-dist/doc/asymptote/examples/sinxlex.asy
index 912fa3c889b..051411699f1 100644
--- a/Master/texmf-dist/doc/asymptote/examples/sinxlex.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/sinxlex.asy
@@ -3,7 +3,7 @@ import geometry;
size(0,100);
real theta=30;
-pair A=(0,0);
+pair A=(0,0);
pair B=dir(theta);
pair C=(1,0);
pair D=(1,Tan(theta));
@@ -21,4 +21,4 @@ dot("$C$",C);
dot("$D$",D);
dot(("$E$"),E,S);
label("$1$",A--B,LeftSide);
-
+