diff --git a/docs/index.txt b/docs/index.txt index 44e4e33fc8..d8ab98a35a 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -23,9 +23,9 @@ BSON ==== The Ruby BSON implementation is packaged in a separate gem with C and -Java extensions for speed depending on the runtime enviroment. +Java extensions for speed depending on the runtime environment. -For reference on the Ruby BSON gem, see the :doc:`/tutorials/bson-v4`. +For reference on the Ruby BSON gem, see the :doc:`/tutorials/bson`. Object Mappers ============== diff --git a/docs/reference/create-client.txt b/docs/reference/create-client.txt index f54805651a..44630ee559 100644 --- a/docs/reference/create-client.txt +++ b/docs/reference/create-client.txt @@ -687,7 +687,7 @@ Ruby Options * - ``:sdam_proc`` - Since the client begins monitoring the deployment in background as soon as it is constructed, constructing a client and then subscribing - to `SDAM `_ events in a separate statement may result in the + to :ref:`SDAM ` events in a separate statement may result in the subscriber not receiving some of the SDAM events. The ``:sdam_proc`` option permits adding event subscribers on the client being constructed before any SDAM events are published. diff --git a/docs/reference/crud-operations.txt b/docs/reference/crud-operations.txt index f482adcbe3..9e638ca029 100644 --- a/docs/reference/crud-operations.txt +++ b/docs/reference/crud-operations.txt @@ -93,7 +93,7 @@ Specify a ``Decimal128`` number .. versionadded:: 3.4 :manual:`Decimal128` is a -:doc:`BSON datatype ` +:doc:`BSON datatype ` that employs 128-bit decimal-based floating-point values capable of emulating decimal rounding with exact precision. This functionality is intended for applications that handle diff --git a/docs/release-notes.txt b/docs/release-notes.txt index d69063a17e..149dcfc856 100644 --- a/docs/release-notes.txt +++ b/docs/release-notes.txt @@ -88,7 +88,7 @@ This release includes the following new features: 5.1/5.2/5.3) or newer to use the ``count`` command when API strict is enabled, or avoid setting ``api_strict: true`` when constructing ``Mongo::Client`` instances with server versions 5.0.0-5.0.7 and 5.1.0-5.3.1. -- The DBRef class has been moved to bson-ruby. For backwards compatibility, +- The ``DBRef`` class has been moved to ``bson-ruby``. For backwards compatibility, ``BSON::DBRef`` is aliased as ``Mongo::DBRef``. The ``BSON::DBRef`` class derives from ``BSON::Document``, unlike the legacy ``Mongo::DBRef`` which derived from ``Object``. ``BSON::DBRef`` retains all attributes passed into diff --git a/docs/tutorials.txt b/docs/tutorials.txt index 1272795ed6..0972fba7f1 100644 --- a/docs/tutorials.txt +++ b/docs/tutorials.txt @@ -15,5 +15,5 @@ operations available in the Ruby driver. tutorials/quick-start tutorials/common-errors - tutorials/bson-v4 + tutorials/bson