Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar committed Jun 10, 2024
1 parent 733cc81 commit 133180d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions write.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ func DefaultMissingTransferSyntax() WriteOption {
}
}

// OverrideMissingTransferSyntax returns a WriteOption indicating that if
// the dicom to be written does _not_ have a transfer syntax UID in its metadata
// that it should be written using the provided transferSyntaxUID. A
// OverrideMissingTransferSyntax indicates that if the Dataset to be written
// does _not_ have a transfer syntax UID in its metadata, the Dataset should
// be written out with the provided transfer syntax UID if possible. A
// transfer syntax uid element with the specified transfer syntax will be
// written to the metadata as well.
//
Expand Down

0 comments on commit 133180d

Please sign in to comment.