mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 08:30:33 +03:00
Fix typo
This commit is contained in:
parent
1ce61d802d
commit
1d02ff4877
1 changed files with 1 additions and 1 deletions
|
@ -1562,7 +1562,7 @@ if (isInputRange!InputRange &&
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Previous conditonal optimizations did not succeed. Fallback to
|
//Previous conditional optimizations did not succeed. Fallback to
|
||||||
//unconditional implementations
|
//unconditional implementations
|
||||||
static if (isDefaultPred)
|
static if (isDefaultPred)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue