Skip to content

Commit

Permalink
Documentation update to MessageSizeEstimator (#9034)
Browse files Browse the repository at this point in the history
Motivation:

Did not understand the context of "ca".

Modification:

Clarified "CA" to "approximately".

Result:

Fixes #9031
  • Loading branch information
Mr00Anderson authored and normanmaurer committed Apr 12, 2019
1 parent 0c79fc8 commit bedc8a6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 {

Expand Down

0 comments on commit bedc8a6

Please sign in to comment.