chore: new docs

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-01-28 22:28:18 +01:00
commit ce6bda19bb
No known key found for this signature in database
6 changed files with 14 additions and 6 deletions

View file

@ -18,5 +18,5 @@ character string of length l
Cut string to desired length
}
\examples{
"length" |> cut_string_length(l=3)
"length" |> cut_string_length(l = 3)
}