Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in documentation #5755

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Fix typo in documentation #5755

merged 1 commit into from
Mar 13, 2023

Conversation

eternaltyro
Copy link
Contributor

In the policy-language guide there's an example expression assigned to the variable name t2.

t2 {
    x := 42
    y := 41
    x > y
}

But in the explanation for the result it is evaluated into, the variable name is shown as t. This change fixes it.

In the policy-language guide there's an example expression assigned to
the variable name `t2`.

```
t2 {
    x := 42
    y := 41
    x > y
}
```

But in the explanation for the result it is evaluated into, the variable
name is shown as `t`. This change fixes it.

Signed-off-by: eternaltyro <230743+eternaltyro@users.noreply.github.com>
@netlify
Copy link

netlify bot commented Mar 13, 2023

Deploy Preview for openpolicyagent ready!

Name Link
🔨 Latest commit f2f68e1
🔍 Latest deploy log https://app.netlify.com/sites/openpolicyagent/deploys/640f76d6d05e4300082e7c91
😎 Deploy Preview https://deploy-preview-5755--openpolicyagent.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@eternaltyro
Copy link
Contributor Author

DCO did not recognize sign-off for some reason.

Copy link
Member

@anderseknert anderseknert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Not sure about the DCO, but it looks fine to me.

@anderseknert anderseknert merged commit 97408d1 into open-policy-agent:main Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants