Skip to content

Commit 2c421be

Browse files
committed
Update DIRECTORY.md
1 parent 0b3ca55 commit 2c421be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DIRECTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
* [Perfect Square](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/perfect_square.ts)
2929
* [Radians To Degrees](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/radians_to_degrees.ts)
3030
* Series
31-
* [Hexagonalnumbers](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/series/hexagonalnumbers.ts)
31+
* [Hexagonal Numbers](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/series/hexagonal_numbers.ts)
3232
* Test
33-
* [Hexagonalnumbers.Test](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/series/test/hexagonalnumbers.test.ts)
33+
* [Hexagonal Numbers.Test](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/series/test/hexagonal_numbers.test.ts)
3434
* [Sieve Of Eratosthenes](https://github.com/TheAlgorithms/TypeScript/blob/HEAD/maths/sieve_of_eratosthenes.ts)
3535

3636
## Other

0 commit comments

Comments
 (0)