Skip to content

Commit

Permalink
Fixed long lines in std/range/package.d
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 11, 2016
1 parent c59a606 commit f793024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/range/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -4293,7 +4293,8 @@ string lockstepReverseFailMixin(Ranges...)(bool withIndex)

if (withIndex)
{
message = "Indexed reverse iteration with lockstep is only supported if all ranges are bidirectional and have a length.\n";
message = "Indexed reverse iteration with lockstep is only supported"
~"if all ranges are bidirectional and have a length.\n";
}
else
{
Expand Down

0 comments on commit f793024

Please sign in to comment.