Skip to content

Commit

Permalink
Add missing <wbr>
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Aug 14, 2024
1 parent 1472d0e commit f6ac088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/releases/4.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ <h4 class="c-title">
How you declare a runtime class depends on the bindings you use. For
the officially maintained
<a href="https://github.com/godotengine/godot-cpp/">godot-cpp</a>
you use <code class="highlight"><span class="function">GDREGISTER_RUNTIME_CLASS</span><span class="symbol">(</span>ExampleRuntime<span class="symbol">)</span></code> in your module
you use <code class="highlight"><span class="function">GDREGISTER_RUNTIME_CLASS</span><span class="symbol">(</span><wbr>ExampleRuntime<span class="symbol">)</span></code> in your module
initialization; screenshot on the right for reference.
</p>
</div>
Expand Down

0 comments on commit f6ac088

Please sign in to comment.