reactor / reactor-netty

TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
https://projectreactor.io
Apache License 2.0
2.61k stars 647 forks source link

Fix typo in javadoc for `allowPartialChunks` setting #3471

Closed andrross closed 1 month ago

andrross commented 1 month ago

FYI @reta, I stumbled across a typo in #3453

pivotal-cla commented 1 month ago

@andrross Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

andrross commented 1 month ago

@pivotal-cla This is an Obvious Fix

pivotal-cla commented 1 month ago

@andrross This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.

violetagg commented 1 month ago

@andrross @reta I back ported the fix to 1.1.x branch

reta commented 1 month ago

@andrross @reta I back ported the fix to 1.1.x branch

Thanks a lot!