avk959 / LGenerics

Generic algorithms and data structures for Lazarus/Free Pascal
Apache License 2.0
113 stars 16 forks source link

The "Equitable" in `TGLiteEquitableHashMap` should be "Equatable" #4

Closed Akira13641 closed 4 years ago

Akira13641 commented 4 years ago

They're both real words, but they have very different meanings:

Equitable means "fair and impartial".

Equatable is the one relevant to hashmaps, and means "capable of being compared".

avk959 commented 4 years ago

That's a good point, thank you. It seems fixed?

Akira13641 commented 4 years ago

Yep, looks correct now!