Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing a spelling mistake.
  • Loading branch information
ncreep committed Dec 9, 2011
1 parent 199d35c commit 27b1ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/codecommit/antixml/ZipperHoleMap.scala
Expand Up @@ -105,7 +105,7 @@ private[antixml] final class ZipperHoleMap[+B] private (items: Map[Int, ZipperHo
}

/** Returns a traversable represented the tree's contents in pre-order (lexicographically by path).
* Note that this has not been optimized, as it is only currenly used by toString and for testing.
* Note that this has not been optimized, as it is only currently used by toString and for testing.
*/
def depthFirst: Traversable[(ZipperPath, B)] =
new Traversable[(ZipperPath, B)] {
Expand Down

0 comments on commit 27b1ff5

Please sign in to comment.