Skip to content

Commit

Permalink
fix missing bracket in docs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrnorm authored Jul 30, 2024
1 parent d480451 commit d750d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "cedar_policyset" "example" {
unless {
text = "resource.owner == User::"alice"
}
}
}
```

Expand Down
1 change: 1 addition & 0 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "cedar_policyset" "example" {
unless {
text = "resource.owner == User::"alice"
}
}
}
```

Expand Down

0 comments on commit d750d3b

Please sign in to comment.