Skip to content

Commit

Permalink
Fix the tiniest of grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
punchfox authored Apr 1, 2017
1 parent fd12ebc commit 60d93bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main() {

Track track;
track.uri = "spotify:track:abc";
track.uid = "an-uid";
track.uid = "a-uid";
const auto json = encode(track);
std::cout << "Encoded the track into " << json << std::endl;

Expand Down

0 comments on commit 60d93bc

Please sign in to comment.