asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
181 stars 18 forks source link

Consistent spelling style #262

Closed mirromutth closed 3 months ago

mirromutth commented 3 months ago

Motivation:

Consistent English spelling style, change Parametrized (British) -> Parameterized (US)

Modification:

It causes ParametrizedCodec to be changed to ParameterizedCodec, it should be fine.

Result:

Consistent English spelling style.