Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit bb4b95e

Browse files
committed
Update docs
1 parent caba581 commit bb4b95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3877,7 +3877,7 @@ template _arrayOp(Args...)
38773877
strings are sorted by length first, and then lexicographically.
38783878
* condition = string to look up in table
38793879
* Returns:
3880-
* index of match in caseLabels, -1 if not found
3880+
* index of match in caseLabels, a negative integer if not found
38813881
*/
38823882
int __switch(T, caseLabels...)(/*in*/ const scope T[] condition) pure nothrow @safe @nogc
38833883
{

0 commit comments

Comments
 (0)