Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70cbe66

Browse files
committedOct 1, 2024·
fix: wikipedia link
1 parent dfded06 commit 70cbe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Geometry/Trapezoid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This class represents a Trapezoid and provides methods to calculate its area and perimeter.
3-
* @see {@link https://en.wikipedia.org/wiki/Trapezoid|Trapezoid}
3+
* @see {@link https://en.wikipedia.org/wiki/Trapezoid}
44
* @class
55
*/
66
export default class Trapezoid {

0 commit comments

Comments
 (0)
Please sign in to comment.