Update README.md (#10589)

This commit is contained in:
Oğuz Gözlü 2025-08-07 20:25:37 +03:00 committed by GitHub
parent abc0079904
commit 83e30cc021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1119,7 +1119,7 @@ With <code>var x int = 2</code> we are setting the variable type to integer whil
<details>
<summary>True or False? In Go we can redeclare variables and once declared we must use it.</summary>
False. We can't redeclare variables but yes, we must used declared variables.
False. We can't redeclare variables but yes, we must use declared variables.
</b></details>
<details>