docs: fix typo in return-data.md (#27056)

langauge -> language
This commit is contained in:
Ikko Ashimine 2022-08-11 02:29:34 +09:00 committed by GitHub
parent e3a8d2ecdd
commit 82dc789362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```