Skip to content

Commit a5303de

Browse files
authored
Merge pull request #210 from fzyzcjy/patch-1
fix typo in documentation
2 parents 0ffe035 + a7d3992 commit a5303de

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)