Skip to content

Commit a8e9389

Browse files
authored
Remove extra backtick in docstring in StructUtils.jl (#27)
1 parent a99a04f commit a8e9389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StructUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ function find_needle_in_haystack(haystack, needle)
473473
ret isa StructUtils.EarlyReturn && return ret.value
474474
throw(ArgumentError("needle not found in haystack")
475475
end
476-
````
476+
```
477477
"""
478478
struct EarlyReturn{T}
479479
value::T

0 commit comments

Comments
 (0)