mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore(yaml): fix typo in inline comment (#5845)
This commit is contained in:
parent
ab2c1cd7ca
commit
baa5086dff
@ -36,7 +36,7 @@ function sanitizeInput(input: string) {
|
||||
input = String(input);
|
||||
|
||||
if (input.length > 0) {
|
||||
// Add tailing `\n` if not exists
|
||||
// Add trailing `\n` if not exists
|
||||
if (!isEOL(input.charCodeAt(input.length - 1))) input += "\n";
|
||||
|
||||
// Strip BOM
|
||||
|
Loading…
Reference in New Issue
Block a user