Skip to content

Commit ff27e5d

Browse files
authored
Fixing typo in deinit documentation
1 parent f4acb89 commit ff27e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public let DECL_NODES: [Node] = [
488488
base: .decl,
489489
nameForDiagnostics: "deinitializer",
490490
documentation: """
491-
A `deint` declaration
491+
A `deinit` declaration
492492
493493
An example of a deinitializer is
494494

0 commit comments

Comments
 (0)