TextService: FilterStringAsync() returns "Instance" type instead of documented "TextFilterResult"

Minor issue with type checking. Reporting as functions with similar “result” return types have the correct type, but this method does not.

Incorrect


Correct

3 Likes

You can make a pull request to edit it, documentation is open source.

You may want to post a link to this here:

It’s related to the API so it shouldn’t go there

2 Likes

Thanks for the report! I filed a ticket in our internal database.

TextService:FilterStringAsync() method’s return is now TextFilterResult in the documentation. Thanks for reporting!