From 2f6d35485afe91af5c54a17a52d018e950e496b8 Mon Sep 17 00:00:00 2001
From: crc <>
Date: Fri, 6 Sep 2024 10:13:05 +0000
Subject: [PATCH] fix #102: glossary: a:last description is same as a:left
FossilOrigin-Name: 23dffad274fb83eba6208843d7e061ef74e66448f49d736abb4f58599573437a
---
doc/Glossary-Concise.txt | 2 +-
doc/Glossary.html | 2 +-
doc/Glossary.txt | 2 +-
doc/words.tsv | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/Glossary-Concise.txt b/doc/Glossary-Concise.txt
index 046e3ed..18a57b7 100644
--- a/doc/Glossary-Concise.txt
+++ b/doc/Glossary-Concise.txt
@@ -356,7 +356,7 @@ a:indices/string D: as-a A: - F: -
Return a new array with the indices of the specified string in the original array.
a:last D: a-n A: - F: -
-Return a new array containing the first `n` values from the source array.
+Return the last value in the array.
a:left D: an-a A: - F: -
Return a new array containing the first `n` values from the source array.
diff --git a/doc/Glossary.html b/doc/Glossary.html
index b539f6c..7903ea4 100644
--- a/doc/Glossary.html
+++ b/doc/Glossary.html
@@ -867,7 +867,7 @@
Addr: -
Float: -
Return a new array containing the first `n` values from the source array.
+Return the last value in the array.
Class: | class:word |
Namespace: | a |
Interface Layer: | all |
Data: an-a
diff --git a/doc/Glossary.txt b/doc/Glossary.txt
index ea29a89..f9e644f 100644
--- a/doc/Glossary.txt
+++ b/doc/Glossary.txt
@@ -1351,7 +1351,7 @@ a:last
Addr: -
Float: -
-Return a new array containing the first `n` values from the source array.
+Return the last value in the array.
Class: class:word | Namespace: a | Interface Layer: all
------------------------------------------------------------------------
diff --git a/doc/words.tsv b/doc/words.tsv
index 170dd53..29f7f62 100644
--- a/doc/words.tsv
+++ b/doc/words.tsv
@@ -117,7 +117,7 @@ a:index an-n - - Return the location of the first instance of the specified valu
a:index/string as-n - - Return the location of the first instance of the specified string in the array. class:word {n/a} {n/a} a all
a:indices av-a - - Return a new array with the indices the specified value was found at in the original array. class:word {n/a} {n/a} a all
a:indices/string as-a - - Return a new array with the indices of the specified string in the original array. class:word {n/a} {n/a} a all
-a:last a-n - - Return a new array containing the first `n` values from the source array. class:word {n/a} {n/a} a all
+a:last a-n - - Return the last value in the array. class:word {n/a} {n/a} a all
a:left an-a - - Return a new array containing the first `n` values from the source array. class:word {n/a} {n/a} a all
a:length a-n - - Return the length of a array. class:word {n/a} {n/a} a all
a:make q-a - - Execute quote. Return a new array containing the values the quote leaves on the stack. This is identical to doing `a:counted-results class:word {n/a} {n/a} a all