Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit c29aa58

Browse files
committed
renamed argument
1 parent 82c88b9 commit c29aa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftFoundation/JSONSerialization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public protocol JSONSerializationType {
1616

1717
static func serialize(array: JSON.Array, options: WritingOptions) -> String
1818

19-
static func parse(JSONString: String) -> JSON.Value?
19+
static func parse(string: String) -> JSON.Value?
2020
}
2121

2222
public extension JSON.Value {

0 commit comments

Comments
 (0)