From 3ccb4399086ae6b39ab5251e02b724ac91715e9e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 23 Oct 2024 14:30:25 +0200 Subject: [PATCH] [nop] Housekeeping --- src/taoensso/encore.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/taoensso/encore.cljc b/src/taoensso/encore.cljc index e56e8750..28a34273 100644 --- a/src/taoensso/encore.cljc +++ b/src/taoensso/encore.cljc @@ -830,7 +830,7 @@ (def* subvec "Returns a non-empty sub-vector, or nil. Like `core/subvec` but: - - Doesn't throw when out-of-bounds. + - Doesn't throw when out-of-bounds (clips to bounds). - Returns nil rather than an empty vector. - When given `:by-len` kind (4-arity case): - `start` may be -ive (=> index from right of vector). @@ -842,7 +842,7 @@ (def* substr "Returns a non-empty sub-string, or nil. Like `subs` but: - - Doesn't throw when out-of-bounds. + - Doesn't throw when out-of-bounds (clips to bounds). - Returns nil rather than an empty string. - When given `:by-len` kind (4-arity case): - `start` may be -ive (=> index from right of string).