Skip to content

章节 《字符串和字符》 中的翻译错误 #1419

@bigdatahb

Description

@bigdatahb

Location

https://doc.swiftgg.team/documentation/the-swift-programming-language/stringsandcharacters/

Description

在 “字符串字面量的特殊字符” 一节中, 关于转义字符的描述存在错误, 翻译原文描述如下:
转义字符 \0(空字符)、\(反斜线)、\r(水平制表符)、\t(换行符)、\n(回车符)、"(双引号)、'(单引号)。

Image

Correction

正确的描述应该是:
转义字符 \0(空字符)、\(反斜线)、\t(水平制表符)、\n(换行符)、\r(回车符)、"(双引号)、'(单引号)。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions