Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Apr 2, 2024
1 parent b35e854 commit 200061e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keypath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ true
julia> haskeypath(x, KeyPath(:b, "d", 4))
false
```
"""
function haskeypath(x, kp::KeyPath)
if isempty(kp)
Expand Down

0 comments on commit 200061e

Please sign in to comment.