From 008bb30e39d9c00a91e344d3209cc25764342d0d Mon Sep 17 00:00:00 2001 From: Cristian A Monterroza Date: Sat, 29 Jun 2024 00:33:27 -0700 Subject: [PATCH] Fix comment. --- Sources/WrkstrmFoundation/JSON/JSONResource.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/WrkstrmFoundation/JSON/JSONResource.swift b/Sources/WrkstrmFoundation/JSON/JSONResource.swift index 12e1550..682bb80 100644 --- a/Sources/WrkstrmFoundation/JSON/JSONResource.swift +++ b/Sources/WrkstrmFoundation/JSON/JSONResource.swift @@ -12,8 +12,7 @@ extension WrkstrmMain.JSON { /// /// - Parameter fileName: The name of the JSON file to load (without the `.json` extension). /// - Parameter relativeToFilePath: The relative file path to load the resource from. By - /// default, from - /// the calling file. + /// default, from the file which calls this function. /// - Returns: The `Data` content of the JSON file if it exists, or `nil` if an error occurs. public static func load(fileName: String, relativeToFilePath file: String = #file) -> Data? { // URL of the current file