Skip to content

Commit 5994dca

Browse files
IcxoluLilyFirefly
andcommitted
fix typo
Co-authored-by: Lily Acorn <code@lilyf.org>
1 parent 194d6e7 commit 5994dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/src/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For this reason we chose to rename these to more modern terminology introduced i
2020
<details open>
2121
<summary><small>Click to expand</small></summary>
2222

23-
The type alias `PyObject` (aka `Py<PyAny>`) is often confused with the identically named FFI definition `pyo3::ffi::PyObject`. For this reason we are deprecating is usage. To migrate simply replace it's usage by the target type `Py<PyAny>`.
23+
The type alias `PyObject` (aka `Py<PyAny>`) is often confused with the identically named FFI definition `pyo3::ffi::PyObject`. For this reason we are deprecating its usage. To migrate simply replace its usage by the target type `Py<PyAny>`.
2424

2525
</details>
2626

0 commit comments

Comments
 (0)