More i capitalization
This commit is contained in:
committed by
İnanç Gümüş
parent
5b07358ca7
commit
e3a2c63631
@ -22,7 +22,7 @@
|
||||
|
||||
## What are the length and capacity of the slice value?
|
||||
```go
|
||||
[]string{"i", "have", "a", "great", "capacity"}
|
||||
[]string{"I", "have", "a", "great", "capacity"}
|
||||
```
|
||||
1. Length: 5 - Capacity: 5 *CORRECT*
|
||||
2. Length: 0 - Capacity: 5
|
||||
|
Reference in New Issue
Block a user