From f542cc24c1bc23c590cc4832afb3e027aef0d7c5 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:08:48 +0100 Subject: [PATCH] [string.erase] Replace \tcode with \range --- source/strings.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/strings.tex b/source/strings.tex index c0dc123c6f..7b2a9f3043 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -3915,8 +3915,7 @@ \pnum \effects -Removes the characters in the range -\tcode{[first, last)}. +Removes the characters in the range \range{first}{last}. \pnum \returns