Skip to content

Commit

Permalink
Fix doctests from #33907
Browse files Browse the repository at this point in the history
Itchy merge finger got me.  Sorry!
  • Loading branch information
mbauman authored and KristofferC committed Apr 11, 2020
1 parent 7826bad commit 6aa3c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ find_aac(::Tuple{}) = nothing
find_aac(a::ArrayAndChar, rest) = a
find_aac(::Any, rest) = find_aac(rest)
# output
find_aac (generic function with 5 methods)
find_aac (generic function with 6 methods)
```

From these definitions, one obtains the following behavior:
Expand Down

0 comments on commit 6aa3c8a

Please sign in to comment.