Skip to content

Commit

Permalink
Update pixeldata/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Oct 5, 2023
1 parent 4bbdd33 commit 172cb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixeldata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ impl DecodedPixelData<'_> {
/// ```no_run
/// # use dicom_object::open_file;
/// # use dicom_pixeldata::{DecodedPixelData, PixelDecoder};
# type Error = Box<dyn std::error::Error>;
/// # type Error = Box<dyn std::error::Error>;
/// fn get_pixeldata_only(path: &str) -> Result<DecodedPixelData<'static>, Error> {
/// let obj = open_file(path)?;
/// let pixeldata = obj.decode_pixel_data()?;
Expand Down

0 comments on commit 172cb74

Please sign in to comment.