Skip to content

Commit fe3f0f6

Browse files
committed
refactor: fix bad struct class name for delete json example
1 parent 4a7e452 commit fe3f0f6

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-
structPostJSON{
7+
structDeleteJSON{
88
staticfunc main()asyncthrows{
99
lethttpClient=HTTPClient(eventLoopGroupProvider:.singleton)
1010

0 commit comments

Comments
(0)