Skip to content

Commit

Permalink
[nop] Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 23, 2024
1 parent 68dc289 commit 3ccb439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/taoensso/encore.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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).
Expand Down

0 comments on commit 3ccb439

Please sign in to comment.