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 c9d6903689
commit 96fec2525a
1 changed files with 2 additions and 2 deletions

View File

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