diff --git a/source/faq/developers.txt b/source/faq/developers.txt index b157347c939..22bae5bce76 100644 --- a/source/faq/developers.txt +++ b/source/faq/developers.txt @@ -347,7 +347,7 @@ In some cases, you may wish to build a BSON object with a user-provided key. In these situations, keys will need to substitute the reserved ``$`` and ``.`` characters. Any character is sufficient, but consider using the Unicode full width equivalents: ``U+FF04`` -(i.e. "$") and ``U+FFOE`` (i.e. "."). +(i.e. "$") and ``U+FF0E`` (i.e. "."). Consider the following example: