From 8b35a79ee850bb371a6743c345931a8ca42e7c1a Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Tue, 21 May 2024 13:14:57 -0500 Subject: [PATCH] fix broken link --- docs/tutorial/decimal128.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/decimal128.txt b/docs/tutorial/decimal128.txt index 3bdab8f13..eced91cfe 100644 --- a/docs/tutorial/decimal128.txt +++ b/docs/tutorial/decimal128.txt @@ -13,8 +13,8 @@ Decimal128 Overview -------- -MongoDB 3.4 introduced support for a :manual:`Decimal128 BSON type -`, which is a 128-bit decimal-based +MongoDB 3.4 introduced support for a Decimal128 BSON type, +which is a 128-bit decimal-based floating-point value capable of emulating decimal rounding with exact precision. This functionality is intended for applications that handle :manual:`monetary data `, such as financial and tax computations.