Skip to content

Commit

Permalink
Update volume.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 authored Jul 25, 2017
1 parent bdba003 commit 917bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub trait NiftiVolume {
}

/// Interface for a volume that can be sliced.
impl Sliceable {
pub trait Sliceable {
/// The type of the resulting slice, which is also a volume.
type Slice: NiftiVolume;

Expand Down

0 comments on commit 917bb2a

Please sign in to comment.