Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from MXWest/iss-19-fix-readme
Browse files Browse the repository at this point in the history
Iss #19 Fix syntax in example code
  • Loading branch information
tolgaio authored Oct 23, 2018
2 parents ab40ba4 + c3a6f8c commit 9800fb8
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 @@ -87,7 +87,7 @@ if err != nil {
}

collection := cma.ContentTypes.List(space.Sys.ID)
collection, err := collection.Next()
collection, err = collection.Next()
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 9800fb8

Please sign in to comment.