Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qba73 authored Apr 1, 2024
1 parent be201af commit 9ee0695
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 @@ -21,7 +21,7 @@ import (
func main() {
scopes := []string{"openid myscope email", "myscope email"}

for +, s := range scopes {
for _, s := range scopes {
if !scope.ValidOIDC(s) {
fmt.Println("invalid scope")
}
Expand Down

0 comments on commit 9ee0695

Please sign in to comment.