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

[docs] Fix incorrect implicit type conversion output in variables.mdx documentation. #3907

Open
wants to merge 1 commit into
base: nightly
Choose a base branch
from

Conversation

el2e10
Copy link

@el2e10 el2e10 commented Dec 23, 2024

…ntation

  • The "Implicit type conversion" section shows the output of implicitly converting an Integer to Float64 as an Integer. It should have been a Float. Updated it to 1.0 instead of 1
  • Also added a print statement in that code snippet.

…ntation

- The "Implicit type conversion" section shows the output of implicitly converting an Integer to Float64 as an Integer. It should have been a Float. Updated it to 1.0 instead of 1
- Also added a print statement in that code snippet.

Signed-off-by: Eldho Ittan George <[email protected]>
@el2e10 el2e10 requested a review from a team as a code owner December 23, 2024 03:04
@el2e10 el2e10 changed the title Fix incorrect implicit type conversion output in variables.mdx documentation. [docs] Fix incorrect implicit type conversion output in variables.mdx documentation. Dec 23, 2024
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.

1 participant