Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CodeGeneration/Sources/SyntaxSupport/ExprNodes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public let EXPR_NODES: [Node] = [
base: .expr,
nameForDiagnostics: "'as'",
documentation: """
The cast of an expressison to a different type.
The cast of an expression to a different type.
### Examples
Expand Down Expand Up @@ -1993,7 +1993,7 @@ public let EXPR_NODES: [Node] = [
}
```
A switch ecpression may be declared without any cases.
A switch expression may be declared without any cases.
""",
traits: [
"Braced"
Expand Down Expand Up @@ -2035,7 +2035,7 @@ public let EXPR_NODES: [Node] = [
Node(
kind: .ternaryExpr,
base: .expr,
nameForDiagnostics: "ternay expression",
nameForDiagnostics: "ternary expression",
documentation: """
The ternary operator with operator precedences resolved.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.