Skip to content

Commit

Permalink
chore: 同步代码
Browse files Browse the repository at this point in the history
  • Loading branch information
linhey committed Dec 6, 2023
1 parent fa846a9 commit 7b02a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StemFilePath/STFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public struct STFile: STPathProtocol, Codable {
public extension STFile {

@discardableResult
func move(_ file: STFile) throws -> STFile {
func move(to file: STFile) throws -> STFile {
try manager.moveItem(at: url, to: file.url)
return file
}
Expand Down

0 comments on commit 7b02a6b

Please sign in to comment.