Skip to content

Commit aa2c28d

Browse files
committed
fix doc error mb?
1 parent 645834a commit aa2c28d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/docstrings.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -804,12 +804,6 @@ const docstring_str_extract_all = """
804804
805805
# Examples
806806
```jldoctest
807-
julia> str_extract_all.(["hello world", "hello universe hello", "goodbye"], r"hello")
808-
3-element Vector{Union{Missing, Vector{String}}}:
809-
["hello"]
810-
["hello", "hello"]
811-
missing
812-
813807
julia> str_extract_all("hello world hello universe hello goodbye", r"hello")
814808
3-element Vector{String}:
815809
"hello"

0 commit comments

Comments
 (0)