From f8f31a293ecd5a6e50bb2c2ef1224eedd8f9d2ab Mon Sep 17 00:00:00 2001 From: Cassandra-Clark <40743109+Cassandra-Clark@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:38:46 -0600 Subject: [PATCH] Update distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso punctuation corrections Co-authored-by: GregoryTravis --- .../lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso b/distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso index 02459b8f3679..0292df1faed3 100644 --- a/distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso +++ b/distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso @@ -1791,7 +1791,7 @@ Text.parse_time_zone self = Time_Zone.parse self Creates a new Text by selecting the specified range of the input. Arguments: - 'start' - the character position to start the substring at. 0-based index. Has support for negative values + 'start' - the character position to start the substring at. 0-based index. Has support for negative values. 'length' - the number of characters to include from start. Returns: