From a28296f1dca9e7b4225a7a9d2c5e34da0eeeaaf5 Mon Sep 17 00:00:00 2001 From: Ivan Popelyshev Date: Thu, 29 Apr 2021 14:50:08 +0300 Subject: [PATCH] fix link (#1882) --- spine-ts/core/src/attachments/Attachment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-ts/core/src/attachments/Attachment.ts b/spine-ts/core/src/attachments/Attachment.ts index 0eb3db9be..ed4a1bb7d 100644 --- a/spine-ts/core/src/attachments/Attachment.ts +++ b/spine-ts/core/src/attachments/Attachment.ts @@ -69,7 +69,7 @@ module spine { super(name); } - /** Transforms the attachment's local {@link vertices} to world coordinates. If the slot's {@link Slot#deform} is + /** Transforms the attachment's local {@link #vertices} to world coordinates. If the slot's {@link Slot#deform} is * not empty, it is used to deform the vertices. * * See [World transforms](http://esotericsoftware.com/spine-runtime-skeletons#World-transforms) in the Spine