Skip to content

Commit

Permalink
Add missing quote in docs (lestrrat-go#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchssk authored Dec 14, 2021
1 parent 59f4c03 commit c3ff7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ that require a list of string, you should use `[]string` as the value
// WRONG. The result will be "aud": "bar", not "aud": ["foo", "bar"]
_, _ = jwt.NewBuilder().
Audience("foo").
Audience("bar).
Audience("bar").
Build

// CORRECT.
Expand Down

0 comments on commit c3ff7a7

Please sign in to comment.