www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - HTML-Code in doc of "std.algorithm.mutation.remove - multiple

reply kdevel <kdevel vogtner.de> writes:
https://dlang.org/library/std/algorithm/mutation/remove.html

```
import std.algorithm.mutation;
string[] a = [ "a"
</div>
```

What happend here?
May 10
next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 5/10/2024 2:34 PM, kdevel wrote:
 What happend here?
A rip in the universe. It happens from time to time!
May 10
prev sibling parent Nick Treleaven <nick geany.org> writes:
On Friday, 10 May 2024 at 21:34:55 UTC, kdevel wrote:
 https://dlang.org/library/std/algorithm/mutation/remove.html

 ```
 import std.algorithm.mutation;
 string[] a = [ "a"
 </div>
 ```

 What happend here?
Maybe file a bug here: https://github.com/dlang/ddox/issues In the mean time you can use ddoc: https://dlang.org/phobos/std_algorithm_mutation.html#remove
May 11