Skip to content

Commit

Permalink
Fix spelling mistake in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
don-clugston-sociomantic committed Dec 10, 2013
1 parent 2de19c7 commit a1c4cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/range.d
Expand Up @@ -6889,7 +6889,7 @@ unittest
This range iterates over fixed-sized chunks of size $(D chunkSize) of a
$(D source) range. $(D Source) must be a forward range.
If $(D !isInfinitite!Source) and $(D source.walkLength) is not evenly
If $(D !isInfinite!Source) and $(D source.walkLength) is not evenly
divisible by $(D chunkSize), the back element of this range will contain
fewer than $(D chunkSize) elements.
Expand Down

0 comments on commit a1c4cb3

Please sign in to comment.