Closed Verx1713 closed 2 years ago
Page: 3. Profiles & Users Section: Below "The Profiles struct has three main methods" sentence, in code block third line
user, err := insta.Profile.ByName("f1")
user, err := insta.Profiles.ByName("f1")
Thanks for reporting, will change it soon
Changed
Typo location
Page: 3. Profiles & Users Section: Below "The Profiles struct has three main methods" sentence, in code block third line
Typo
user, err := insta.Profile.ByName("f1")
Correction
user, err := insta.Profiles.ByName("f1")