Skip to content

Commit 93d1f56

Browse files
Update GitODBWritePack documentation
1 parent ac8b19c commit 93d1f56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/SwiftLibgit2/ODB-Backend/ODB-Backend-Structs.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ public struct GitODBWritePack: CStruct
290290
/// The object database backend.
291291
public let backend : UnsafeMutablePointer<git_odb_backend>
292292

293-
/// Appends data to the packfile.
293+
/// Appends the given data to the given packfile.
294294
public let append : GitODBWritePack.Append?
295295

296-
/// Commits the packfile to the object database.
296+
/// Commits the given packfile to the given object database.
297297
public let commit : GitODBWritePack.Commit?
298298

299299
/// Frees the memory allocated for the given `git_odb_writepack` instance.

0 commit comments

Comments
 (0)