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 syntax error in camera_attributes_set_exposure documentation #91129

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

timothyqiu
Copy link
Member

In the code snippets:

  • Changes C style Type foo to GDScript style foo: Type
  • Changes non-existent log2(x) to log(x) / log(2)
  • Removes extra indentation
  • Fixes referencing snake_case parameter with PascalCase

@timothyqiu timothyqiu added bug documentation cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release labels Apr 25, 2024
@timothyqiu timothyqiu added this to the 4.3 milestone Apr 25, 2024
@timothyqiu timothyqiu requested a review from a team as a code owner April 25, 2024 01:03
@akien-mga akien-mga merged commit 04d708d into godotengine:master Apr 25, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@timothyqiu timothyqiu deleted the gdscripty branch April 25, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants