Fix typo in the documentation (#71701)
Fix typo in the documentation: casting instead of casing
This commit is contained in:
parent
11ba30183e
commit
1a06587f3b
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ type
|
|||
* bytes
|
||||
* bits
|
||||
|
||||
The ``raw`` type, performs no type validation or type casing, and maintains the type of the passed value.
|
||||
The ``raw`` type, performs no type validation or type casting, and maintains the type of the passed value.
|
||||
|
||||
elements
|
||||
""""""""
|
||||
|
|
Loading…
Reference in a new issue