Correcting erronous code links

This commit is contained in:
Viktor Klang 2012-07-25 13:26:33 +02:00
parent 922f76c5f6
commit af8ce260d3
7 changed files with 22 additions and 22 deletions

View file

@ -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
*/