Documentation update to MessageSizeEstimator (#9034)

Motivation:

Did not understand the context of "ca".

Modification:

Clarified "CA" to "approximately".

Result:

Fixes #9031
This commit is contained in:
Daniel Anderson 2019-04-12 13:16:23 -04:00 committed by Norman Maurer
parent 0c79fc8b63
commit bedc8a6ea5

View File

@ -16,8 +16,8 @@
package io.netty.channel; package io.netty.channel;
/** /**
* Responsible to estimate size of a message. The size represent how much memory the message will ca. reserve in * Responsible to estimate the size of a message. The size represents approximately how much memory the message will
* memory. * reserve in memory.
*/ */
public interface MessageSizeEstimator { public interface MessageSizeEstimator {