Skip to content

[DOC] Drop empty duplicated Numeric Conversion code block from fundamental_types.md#3260

Open
adityasingh2400 wants to merge 1 commit into
NVIDIA:mainfrom
adityasingh2400:doc-fix-empty-numeric-conversion-codeblock-3064
Open

[DOC] Drop empty duplicated Numeric Conversion code block from fundamental_types.md#3260
adityasingh2400 wants to merge 1 commit into
NVIDIA:mainfrom
adityasingh2400:doc-fix-empty-numeric-conversion-codeblock-3064

Conversation

@adityasingh2400
Copy link
Copy Markdown

Summary

media/docs/cpp/fundamental_types.md contained a second ## Numeric Conversion heading whose fenced code block was empty (Example: Converting between 32-b and 8-b integers. followed by an empty c++ block).

This duplicates the earlier ### Numeric Conversion subsection (already a complete, populated section with multiple worked examples), so the empty trailing copy adds no information and renders as a broken docs section.

This PR removes the duplicate empty section so the topic only appears once, with content.

Fixes #3064

Test plan

  • Pure docs change, no code touched
  • Verified the remaining ### Numeric Conversion section (around line 198) still contains the full explanation and code examples
  • Commit is DCO signed-off

media/docs/cpp/fundamental_types.md included a second 'Numeric
Conversion' heading whose fenced code block was empty. Remove the
duplicate so the section only appears once with content.

Fixes NVIDIA#3064

Signed-off-by: Aditya Singh <adisin650@gmail.com>
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.

[DOC] Empty code block in Fundamental Types -> Numeric Conversion

1 participant