diff --git a/src/strings.bif b/src/strings.bif index 6292ae1b66..7bc45996c1 100644 --- a/src/strings.bif +++ b/src/strings.bif @@ -614,6 +614,7 @@ function to_string_literal%(str: string%): string %} ## Determines whether a given string contains only ASCII characters. +## The empty string is ASCII. ## ## str: The string to examine. ##