Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangc committed Sep 22, 2015
1 parent 1c9bd00 commit 4a52d59
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -300,7 +300,7 @@ object SourceWithMarker {
/**
* A specialized implementation that matches single characters
*
* Note the we represent characters as ints to avoid needles boxing ([[Function1]] is not specialized for [[Char]]).
* Note the we represent characters as ints to avoid needless boxing ([[Function1]] is not specialized for [[Char]]).
*/
class SingleCharMovement(private val acceptChar: Int => Boolean, private val forward: Boolean = true) extends Movement {
final override def apply(sourceWithMarker: SourceWithMarker): Option[Int] = {
Expand Down

0 comments on commit 4a52d59

Please sign in to comment.