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(native-decls): fix invalid operator in Lua examples #2757

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

Mathu-lmn
Copy link
Contributor

Goal of this PR

This PR fixes 2 invalid Lua examples using === instead of ==, in Lua the strict '===' operator does not exists

How is this PR achieving the goal

By removing one "=" to achieve a correct check for invalid entity

This PR applies to the following area(s)

Native docs

Checklist

  • Code compiles and has been tested successfully.
  • Code explains itself well and/or is documented.
  • My commit message explains what the changes do and what they are for.
  • No extra compilation warnings are added by these changes.

@github-actions github-actions bot added the invalid Requires changes before it's considered valid and can be (re)triaged label Aug 28, 2024
Copy link
Contributor

@FabianTerhorst FabianTerhorst left a comment

Choose a reason for hiding this comment

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

👍

@Nobelium-cfx Nobelium-cfx added ready-to-merge This PR is enqueued for merging documentation and removed invalid Requires changes before it's considered valid and can be (re)triaged labels Sep 3, 2024
@prikolium-cfx prikolium-cfx merged commit 12b5da9 into citizenfx:master Sep 9, 2024
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation ready-to-merge This PR is enqueued for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants