Skip to content

Commit

Permalink
Merge pull request #92416 from mateuseap/feat/mesh_library
Browse files Browse the repository at this point in the history
Improve description of `find_item_by_name()` method in `MeshLibrary` class documentation
  • Loading branch information
akien-mga committed May 28, 2024
2 parents 7d772e7 + c622f20 commit 4025c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/MeshLibrary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<return type="int" />
<param index="0" name="name" type="String" />
<description>
Returns the first item with the given name.
Returns the first item with the given name, or [code]-1[/code] if no item is found.
</description>
</method>
<method name="get_item_list" qualifiers="const">
Expand Down

0 comments on commit 4025c8e

Please sign in to comment.