Skip to content

Commit 918bb96

Browse files
Revert "Suggested changes + fixes from swift run"
This reverts commit 21e8498.
1 parent 6a7f81b commit 918bb96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CodeGeneration/Sources/SyntaxSupport/AttributeNodes.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ public let ATTRIBUTE_NODES: [Node] = [
199199
Child(
200200
name: "platformVersion",
201201
deprecatedName: "availabilityVersionRestriction",
202-
kind: .node(kind: .platformVersion),
203-
documentation: "The platform/version pair, e.g. `iOS 10.1`"
202+
documentation: "The platform/version pair, e.g. `iOS 10.1`",
203+
kind: .node(kind: .platformVersion)
204204
),
205205
Child(
206206
name: "trailingComma",
@@ -286,12 +286,12 @@ public let ATTRIBUTE_NODES: [Node] = [
286286
Child(
287287
name: "witnessMethodLabel",
288288
kind: .token(choices: [.keyword(.witness_method)]),
289-
documentation: #"The "witnessMethod" label."#
289+
documentation: "The \"witnessMethod\" label."
290290
),
291291
Child(
292292
name: "colon",
293293
kind: .token(choices: [.token(.colon)]),
294-
documentation: #"The colon separating the "witnessMethod" label and the original protocol name."#
294+
documentation: "The colon separating the \"witnessMethod\" label and the original protocol name."
295295

296296
),
297297
Child(
@@ -464,7 +464,7 @@ public let ATTRIBUTE_NODES: [Node] = [
464464
name: "arguments",
465465
deprecatedName: "diffParams",
466466
kind: .node(kind: .differentiabilityWithRespectToArgument),
467-
documentation: "The differentiability arguments, if any exists.",
467+
documentation: "The differentiability arguments, if any exist.",
468468
isOptional: true
469469
),
470470
Child(

0 commit comments

Comments
 (0)