fix(markdown): Type in macro name
This commit is contained in:
parent
417aec43a4
commit
9b69920938
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ paths.a = new Path()
|
||||||
.curve(points.b, points.c, points.d)
|
.curve(points.b, points.c, points.d)
|
||||||
.setRender(false)
|
.setRender(false)
|
||||||
|
|
||||||
macro('bartackAlong', {
|
macro('bartackFractionAlong', {
|
||||||
path: paths.a,
|
path: paths.a,
|
||||||
start: 0.2,
|
start: 0.2,
|
||||||
end: 0.8
|
end: 0.8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue