Skip to content

Commit

Permalink
Bug number shouldn't appear in ddocs!
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Sep 19, 2014
1 parent 556ef61 commit a432798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/algorithm.d
Expand Up @@ -13687,7 +13687,8 @@ unittest
assert(canFind(N4, tuple(10, 31, 7, 12)));
}

/// Issue 9878
// Issue 9878
///
unittest
{
auto A = [ 1, 2, 3 ];
Expand Down

0 comments on commit a432798

Please sign in to comment.