From 61b47b0a527e777548d482e0a2e1d893510e3f03 Mon Sep 17 00:00:00 2001
From: Jake Boone
Date: Thu, 30 Nov 2023 11:48:45 -0700
Subject: [PATCH] Regenerate docs
---
docs/functions/formatQuantity-1.html | 2 +-
docs/interfaces/FormatQuantity.html | 2 +-
docs/interfaces/FormatQuantityOptions.html | 10 +++++-----
docs/types/SimpleFraction.html | 2 +-
docs/types/Sixteenth.html | 2 +-
docs/types/VulgarFraction.html | 2 +-
docs/variables/defaultOptions.html | 2 +-
docs/variables/defaultTolerance.html | 2 +-
docs/variables/fractionDecimalMatches.html | 2 +-
docs/variables/vulgarToAsciiMap.html | 2 +-
10 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/docs/functions/formatQuantity-1.html b/docs/functions/formatQuantity-1.html
index 505e3f7..eb41c6f 100644
--- a/docs/functions/formatQuantity-1.html
+++ b/docs/functions/formatQuantity-1.html
@@ -6,4 +6,4 @@
"1 1/2" instead of "1.5". To use vulgar fraction characters
like "½", pass true
as the second argument. For other options
see FormatQuantityOptions.
-Returns null | string