Skip to content

Commit

Permalink
Replace incorrect usage of "デシリアライズ" with "(デ)シリアライズ"
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dash authored Jun 18, 2024
1 parent 86cdf35 commit f3576af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Foo:

## Numpy

上記のすべてのデシリアライズ方法は`numpy`追加パッケージを使用することで、ほとんどのnumpyデータ型を透過的に扱うことができます。
上記のすべての(デ)シリアライズ方法は`numpy`追加パッケージを使用することで、ほとんどのnumpyデータ型を透過的に扱うことができます。

```python
import numpy as np
Expand Down

0 comments on commit f3576af

Please sign in to comment.