From 1a06587f3b89e967b00b6306c47779fba4657da0 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Thu, 10 Sep 2020 17:49:59 +0200 Subject: [PATCH] Fix typo in the documentation (#71701) Fix typo in the documentation: casting instead of casing --- docs/docsite/rst/dev_guide/developing_program_flow_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst index 22c60cf9a1d..efceffb540f 100644 --- a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst +++ b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst @@ -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 """"""""