From 0429a196c064942df3d7eb09c574439e7470b76a Mon Sep 17 00:00:00 2001 From: Grigoriy Beziuk Date: Thu, 7 Aug 2025 14:27:10 +0200 Subject: [PATCH] typo fix (in sec:first description section) "Getting the first element in the vector." => "Getting the first element in the string." on the second occurence. --- source/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.md b/source/index.html.md index 11239c1..05db84e 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -1724,7 +1724,7 @@ user=> (first "string")

-Getting the first element in the vector. +Getting the first element in the string.