Skip to content

Commit af4c2e4

Browse files
committed
1 parent 97d118c commit af4c2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

4.x/cpp_api/struct/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3957,7 +3957,7 @@ <h2 id="inherited-methods">Inherited Methods<a class="headerlink" href="#inherit
39573957
<li><code>define_singleton_method</code> - Add class methods</li>
39583958
<li><code>create</code> - Create instances</li>
39593959
</ul>
3960-
<p>Struct::Instance inherits from <code>Builtin_Object&lt;T_STRUCT&gt;</code>, providing access to <a href="../object/">Object</a> methods.</p>
3960+
<p>Struct::Instance inherits from <a href="../object/">Object</a> and validates that wrapped values are Ruby structs (<code>T_STRUCT</code>).</p>
39613961
<hr />
39623962
<h2 id="example">Example<a class="headerlink" href="#example" title="Permanent link">&para;</a></h2>
39633963
<div class="highlight"><pre><span></span><code><a id="__codelineno-11-1" name="__codelineno-11-1" href="#__codelineno-11-1"></a><span class="cp">#include</span><span class="w"> </span><span class="cpf">&lt;rice/rice.hpp&gt;</span>

4.x/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)