Skip to content

Commit 90ca4d7

Browse files
committed
refactor: fix bad struct class name for delete json example
1 parent b00c506 commit 90ca4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/DeleteJSON/DeleteJSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import NIOCore
44
import NIOFoundationCompat
55

66
@main
7-
struct PostJSON {
7+
struct DeleteJSON {
88
static func main() async throws {
99
let httpClient = HTTPClient(eventLoopGroupProvider: .singleton)
1010

0 commit comments

Comments
 (0)