From 82dc7893620a76801501dfc7343cdf645172dd01 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 11 Aug 2022 02:29:34 +0900 Subject: [PATCH] docs: fix typo in return-data.md (#27056) langauge -> language --- docs/src/proposals/return-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/proposals/return-data.md b/docs/src/proposals/return-data.md index 3d37ee6fca..d62d4b9333 100644 --- a/docs/src/proposals/return-data.md +++ b/docs/src/proposals/return-data.md @@ -2,7 +2,7 @@ ## Problem -In the Solidity langauge it is permitted to return any number of values from a function, +In the Solidity language it is permitted to return any number of values from a function, for example a variable length string can be returned: ```