aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-13 15:03:22 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-13 15:03:22 -0500
commit5be955904682300153af0abdfd6b711b9da2ac8f (patch)
treee616bc83904817fdefa43354fa815f13daf18739 /docs/README.md
parent8e0f1fa227be762cab19234abc106ba4c572077d (diff)
Deprecate Range datatype in favor of using iterator methods
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index e5253963..01e261f3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -24,7 +24,6 @@ Information about Tomo's built-in types can be found here:
- [Moment](moments.md)
- [Enums](enums.md)
- [Floating point numbers](nums.md)
-- [Integer Ranges](ranges.md)
- [Integers](integers.md)
- [Languages](langs.md)
- [Mutexed Data](mutexed.md)