diff --git a/docs/examples/UserGuide/supported_functions.jl b/docs/examples/UserGuide/supported_functions.jl index cfa8c02..20fd038 100644 --- a/docs/examples/UserGuide/supported_functions.jl +++ b/docs/examples/UserGuide/supported_functions.jl @@ -79,8 +79,8 @@ end # ## `str_subset()` # Returns the subset of strings that match a pattern. Takes a vector of strings and a pattern as arguments -# and returns the subset of strings that contain the pattern. +# and returns all elements of a string that contains the pattern. @chain df begin @mutate(split = str_subset(Description, "artist")) -end \ No newline at end of file +end