mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Typo
This commit is contained in:
parent
bfeb20776e
commit
b852a11a4d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ html { background-color: #fdf6e3; color: #002b36; }
|
||||||
stdout.write(t.value.replace("<", "<").replace("\r", ""));
|
stdout.write(t.value.replace("<", "<").replace("\r", ""));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
stdout.write(t.value.replace("<", "<");
|
stdout.write(t.value.replace("<", "<"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue