Skip to content

Commit 7a02764

Browse files
committed
more specific string distinction
1 parent 4f4b685 commit 7a02764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/bson/utf8-validation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ processing overhead since it needs to check the data.
2525
If you *disable* validation, your application avoids the validation processing
2626
overhead, but cannot guarantee consistent presentation of invalid UTF-8 data.
2727

28-
By default, the driver enables UTF-8 validation on BSON strings in documents
29-
from MongoDB. It checks incoming documents for any characters that are not
28+
By default, the driver enables UTF-8 validation on BSON strings in documents
29+
from MongoDB. It checks incoming strings for any characters that are not
3030
encoded in a valid UTF-8 format when it transfers data from MongoDB to your
3131
application.
3232

0 commit comments

Comments
 (0)