change spelling of behaviour to behavior, #24457
This commit is contained in:
parent
4af523a012
commit
23fa8b0810
37 changed files with 81 additions and 81 deletions
|
|
@ -68,7 +68,7 @@ object ByteString {
|
|||
* methods defined on ByteString. This method of creating a ByteString saves one array
|
||||
* copy and allocation and therefore can lead to better performance, however it also means
|
||||
* that one MUST NOT modify the passed in array, or unexpected immutable data structure
|
||||
* contract-breaking behaviour will manifest itself.
|
||||
* contract-breaking behavior will manifest itself.
|
||||
*
|
||||
* This API is intended for users who have obtained an byte array from some other API, and
|
||||
* want wrap it into an ByteArray, and from there on only use that reference (the ByteString)
|
||||
|
|
@ -93,7 +93,7 @@ object ByteString {
|
|||
* methods defined on ByteString. This method of creating a ByteString saves one array
|
||||
* copy and allocation and therefore can lead to better performance, however it also means
|
||||
* that one MUST NOT modify the passed in array, or unexpected immutable data structure
|
||||
* contract-breaking behaviour will manifest itself.
|
||||
* contract-breaking behavior will manifest itself.
|
||||
*
|
||||
* This API is intended for users who have obtained an byte array from some other API, and
|
||||
* want wrap it into an ByteArray, and from there on only use that reference (the ByteString)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue