Clarify is_ascii() BiF docstring re behavior on empty strings

This commit is contained in:
Christian Kreibich 2022-02-28 11:23:22 -08:00
parent 4194fdd279
commit 3324f35cf9

View file

@ -614,6 +614,7 @@ function to_string_literal%(str: string%): string
%} %}
## Determines whether a given string contains only ASCII characters. ## Determines whether a given string contains only ASCII characters.
## The empty string is ASCII.
## ##
## str: The string to examine. ## str: The string to examine.
## ##