Skip to content

Commit

Permalink
docs: wobble parameter names are incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
cnyballk committed Jul 21, 2023
1 parent c7b5c1d commit b9481a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/x6-sites/docs/api/registry/connector.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export interface WobbleArgs {
function wobble(
sourcePoint: Point.PointLike,
targetPoint: Point.PointLike,
routePoints: Point.PointLike[],
vertices: Point.PointLike[],
args: WobbleArgs,
) {
const spread = args.spread || 20
Expand Down

0 comments on commit b9481a6

Please sign in to comment.