Skip to content

Commit 83e30cc

Browse files
authored
Update README.md (bregman-arie#10589)
1 parent abc0079 commit 83e30cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ With <code>var x int = 2</code> we are setting the variable type to integer whil
11191119
<details>
11201120
<summary>True or False? In Go we can redeclare variables and once declared we must use it.</summary>
11211121

1122-
False. We can't redeclare variables but yes, we must used declared variables.
1122+
False. We can't redeclare variables but yes, we must use declared variables.
11231123
</b></details>
11241124

11251125
<details>

0 commit comments

Comments
 (0)