polyadic / funcky

Funcky is a Functional Library for C#
https://polyadic.github.io/funcky
Apache License 2.0
19 stars 4 forks source link

Inconsistent use of «Parseable» vs «Parsable» #765

Closed bash closed 11 months ago

bash commented 1 year ago

We use «Parseable» in our code base:

The BCL uses «Parsable»: TParseable, ISpanParsable, IUtf8SpanParsable.

I think we should follow the BCLs spelling, everything should be a non-breaking change.