Correcting erronous code links
This commit is contained in:
parent
922f76c5f6
commit
af8ce260d3
7 changed files with 22 additions and 22 deletions
|
|
@ -241,10 +241,10 @@ object ByteString {
|
|||
}
|
||||
|
||||
/**
|
||||
* A [[http://en.wikipedia.org/wiki/Rope_(computer_science) Rope-like]] immutable
|
||||
* data structure containing bytes. The goal of this structure is to reduce
|
||||
* copying of arrays when concatenating and slicing sequences of bytes, and also
|
||||
* providing a thread safe way of working with bytes.
|
||||
* A rope-like immutable data structure containing bytes.
|
||||
* The goal of this structure is to reduce copying of arrays
|
||||
* when concatenating and slicing sequences of bytes,
|
||||
* and also providing a thread safe way of working with bytes.
|
||||
*
|
||||
* TODO: Add performance characteristics
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue