Skip to content

Commit a7d3992

Browse files
authored
fix typo in documentation
1 parent 0ffe035 commit a7d3992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ where
7979

8080
/// Conversion trait from rust types to `PyArray`.
8181
///
82-
/// This trait takes `&self`, which means **it alocates in Python heap and then copies
82+
/// This trait takes `&self`, which means **it allocates in Python heap and then copies
8383
/// elements there**.
8484
/// # Example
8585
/// ```

0 commit comments

Comments
 (0)