typo fix on line 14 aristo_delete.nim (#2011)

Came across while reading through the codebase.
This commit is contained in:
Agnish Ghosh 2024-02-07 19:59:57 +05:30 committed by GitHub
parent 04d9ebcf33
commit beb13b2c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
## Aristo DB -- Patricia Trie delete funcionality
## ==============================================
##
## Deleate by `Hike` type chain of vertices.
## Delete by `Hike` type chain of vertices.
{.push raises: [].}