More i capitalization

This commit is contained in:
Firas Khalil Khana
2021-05-01 13:21:56 +03:00
committed by İnanç Gümüş
parent 5b07358ca7
commit e3a2c63631

View File

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