Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/faq/developers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down