Skip to content

Commit

Permalink
fix: Fix anchor name
Browse files Browse the repository at this point in the history
  • Loading branch information
yanagiragi committed Apr 6, 2022
1 parent f20ccd9 commit 433a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shdoc
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ in_example {
is_internal = 0
func_name = gensub(\
/^[ \t]*(function([ \t])+)?([a-zA-Z0-9_\-:-\\.]+)[ \t]*\(.*/, \
"\\3()", \
"\\3", \
"g" \
)

Expand Down

0 comments on commit 433a0ba

Please sign in to comment.