You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description:"The comma separating the type and method name"),
@@ -189,13 +189,13 @@ public let ATTRIBUTE_NODES: [Node] = [
189
189
description:"The base name of the protocol's requirement."),
190
190
Child(name:"DeclNameArguments",
191
191
kind:.node(kind:"DeclNameArguments"),
192
-
description:"The argument labels of the protocol's requirement if itis a function requirement.",
192
+
description:"The argument labels of the protocol's requirement if it is a function requirement.",
193
193
isOptional:true)
194
194
]),
195
195
196
196
Node(name:"ObjCSelectorPiece",
197
197
nameForDiagnostics:"Objective-C selector piece",
198
-
description:"A piece of an Objective-C selector. Either consisting of just anidentifier for a nullary selector, an identifier and a colon for alabeled argument or just a colon for an unlabeled argument",
198
+
description:"A piece of an Objective-C selector. Either consisting of just an identifier for a nullary selector, an identifier and a colon for a labeled argument or just a colon for an unlabeled argument",
199
199
kind:"Syntax",
200
200
children:[
201
201
Child(name:"Name",
@@ -213,7 +213,7 @@ public let ATTRIBUTE_NODES: [Node] = [
213
213
214
214
Node(name:"DifferentiableAttributeArguments",
215
215
nameForDiagnostics:"'@differentiable' arguments",
216
-
description:"The arguments for the `@differentiable` attribute: an optionaldifferentiability kind, an optional differentiability parameter clause,and an optional 'where' clause.",
216
+
description:"The arguments for the `@differentiable` attribute: an optional differentiability kind, an optional differentiability parameter clause,and an optional 'where' clause.",
217
217
kind:"Syntax",
218
218
children:[
219
219
Child(name:"DiffKind",
@@ -228,7 +228,7 @@ public let ATTRIBUTE_NODES: [Node] = [
description:"The arguments for the '@derivative(of:)' and '@transpose(of:)'attributes: the 'of:' label, the original declaration name, and anoptional differentiability parameter list.",
294
+
description:"The arguments for the '@derivative(of:)' and '@transpose(of:)'attributes: the 'of:' label, the original declaration name, and an optional differentiability parameter list.",
description:"The name of the OS on which the availability should berestricted or 'swift' if the availability should berestricted based on a Swift version.",
70
+
description:"The name of the OS on which the availability should be restricted or 'swift' if the availability should be restricted based on a Swift version.",
71
71
classification:"Keyword"),
72
72
Child(name:"Version",
73
73
kind:.node(kind:"VersionTuple"),
@@ -76,15 +76,15 @@ public let AVAILABILITY_NODES: [Node] = [
76
76
77
77
Node(name:"VersionTuple",
78
78
nameForDiagnostics:"version tuple",
79
-
description:"A version number of the form major.minor.patch in which the minorand patch part may be omitted.",
79
+
description:"A version number of the form major.minor.patch in which the minor and patch part may be omitted.",
description:"In case the version consists only of the major version, aninteger literal that specifies the major version. In casethe version consists of major and minor version number, afloating literal in which the decimal part is interpretedas the minor version."),
84
+
description:"In case the version consists only of the major version, an integer literal that specifies the major version. In case the version consists of major and minor version number, a floating literal in which the decimal part is interpreted as the minor version."),
0 commit comments