Skip to content

Commit

Permalink
fix: wikipedia link
Browse files Browse the repository at this point in the history
  • Loading branch information
saahil-mahato committed Oct 1, 2024
1 parent bade28f commit 7a1c9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/Triangle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Represents a Triangle and provides methods to calculate its area and perimeter
* This class represents a Triangle and provides methods to calculate its area and perimeter
* based on either all three sides or the base and height.
* @see {@link https://en.wikipedia.org/wiki/Triangle|Triangle}
* @see {@link https://en.wikipedia.org/wiki/Triangle}
* @class
*/
export default class Triangle {
Expand Down

0 comments on commit 7a1c9d7

Please sign in to comment.