You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation in the container.md file contains incorrect information about the search function. It states that the search function requires a player reference as an argument, but it should actually accept a color reference instead.
Expected Behavior
The documentation should accurately describe the correct usage of the search function by specifying that it requires a color reference instead of a player reference.
Actual Behavior
The documentation states that the search function requires a player reference, which is incorrect.
Steps to Reproduce
Navigate to the docs/behavior/container.md file.
Locate the search function description.
Read the provided information about the function's arguments.
Please let me know if you need any further information.
The text was updated successfully, but these errors were encountered:
File Path:
docs/behavior/container.md
Description
The documentation in the
container.md
file contains incorrect information about thesearch
function. It states that thesearch
function requires a player reference as an argument, but it should actually accept a color reference instead.Expected Behavior
The documentation should accurately describe the correct usage of the
search
function by specifying that it requires a color reference instead of a player reference.Actual Behavior
The documentation states that the
search
function requires a player reference, which is incorrect.Steps to Reproduce
docs/behavior/container.md
file.search
function description.Please let me know if you need any further information.
The text was updated successfully, but these errors were encountered: