chore(yaml): fix typo in inline comment (#5845)

This commit is contained in:
familyboat 2024-08-27 22:51:27 +08:00 committed by GitHub
parent ab2c1cd7ca
commit baa5086dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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