Skip to content

Commit f9fa7af

Browse files
authored
Fix broken link to ExamplePlugin
Fix typo in `ExamplePlugin` link
1 parent 183aa3e commit f9fa7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Each example can be executed by navigating into this folder and running `swift r
44

55
- [AddOneToIntegerLiterals](Sources/AddOneToIntegerLiterals/AddOneToIntegerLiterals.swift): Command line tool to add 1 to every integer literal in a source file
66
- [CodeGenerationUsingSwiftSyntaxBuilder](Sources/CodeGenerationUsingSwiftSyntaxBuilder/CodeGenerationUsingSwiftSyntaxBuilder.swift): Code-generate a simple source file using SwiftSyntaxBuilder
7-
- [ExamplePlugin](Sources/ExamplePlugn): Compiler plugin executable using [`SwiftCompilerPlugin`](../Sources/SwiftCompilerPlugin)
7+
- [ExamplePlugin](Sources/ExamplePlugin): Compiler plugin executable using [`SwiftCompilerPlugin`](../Sources/SwiftCompilerPlugin)
88

99
## Some Example Usages
1010

0 commit comments

Comments
 (0)