Skip to content

Commit

Permalink
docs: wobble parameter names are incorrect (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnyballk authored Jul 25, 2023
1 parent 00b7551 commit dedd102
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 dedd102

Please sign in to comment.