Skip to content

Commit

Permalink
add '.' dot to symbol mapping (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: pafo <[email protected]>
  • Loading branch information
PatrickVienne and pafo authored May 2, 2024
1 parent bf9776c commit 35ed9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ var symbolMap = []string{
"+", "Plus",
"?", "Question",
"$", "Dollar",
".", "Dot",
}

func cleanName(name string) string {
Expand Down

0 comments on commit 35ed9c5

Please sign in to comment.