We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc0079 commit 83e30ccCopy full SHA for 83e30cc
README.md
@@ -1119,7 +1119,7 @@ With <code>var x int = 2</code> we are setting the variable type to integer whil
1119
<details>
1120
<summary>True or False? In Go we can redeclare variables and once declared we must use it.</summary>
1121
1122
-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.
1123
</b></details>
1124
1125
0 commit comments