Skip to content

Commit 88e3b57

Browse files
committed
fotran -> fortran
1 parent e770080 commit 88e3b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ impl<T, D> PyArray<T, D> {
181181
}
182182

183183
/// Returns `true` if the internal data of the array is Fortran-style contiguous.
184-
pub fn is_fotran_contiguous(&self) -> bool {
184+
pub fn is_fortran_contiguous(&self) -> bool {
185185
self.check_flag(npyffi::NPY_ARRAY_F_CONTIGUOUS)
186186
}
187187

0 commit comments

Comments
 (0)