Skip to content

Commit 4f1fb7f

Browse files
authored
Fix typo in LDraw documentation link
1 parent a95185f commit 4f1fb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/loaders/LDrawLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ function createObject( loader, elements, elementSize, isConditionalSegments = fa
17491749
/**
17501750
* A loader for the LDraw format.
17511751
*
1752-
* [LDraw](https://ldraw.org/} (LEGO Draw) is an [open format specification]{@link https://ldraw.org/article/218.html)
1752+
* [LDraw](https://ldraw.org/) (LEGO Draw) is an [open format specification](https://ldraw.org/article/218.html)
17531753
* for describing LEGO and other construction set 3D models.
17541754
*
17551755
* An LDraw asset (a text file usually with extension .ldr, .dat or .txt) can describe just a single construction

0 commit comments

Comments
 (0)