More i capitalization

This commit is contained in:
Firas Khalil Khana
2021-06-08 11:19:26 +03:00
committed by İnanç Gümüş
parent 5b07358ca7
commit e3a2c63631
+1 -1
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