From 13f9f12906051ee6bbeb524c3b4774ad2d88a42a Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Tue, 5 Mar 2013 22:49:51 +0200 Subject: [PATCH] Fix typo in Unicode codepoint --- source/faq/developers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: