Skip to content

Commit

Permalink
autodoc updates (#972)
Browse files Browse the repository at this point in the history
Co-authored-by: lestrrat <[email protected]>
  • Loading branch information
github-actions[bot] and lestrrat authored Sep 1, 2023
1 parent a536a34 commit 7037a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func ExampleJWK_Usage() {
log.Printf("%s", jsonbuf)
}

for it := set.Iterate(context.Background()); it.Next(context.Background()); {
for it := set.Keys(context.Background()); it.Next(context.Background()); {
pair := it.Pair()
key := pair.Value.(jwk.Key)

Expand Down

0 comments on commit 7037a55

Please sign in to comment.