Skip to content

Commit

Permalink
chore: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Jan 5, 2024
1 parent b49df9d commit 59a2951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func DefaultSchemaNamer(t reflect.Type, hint string) string {
base := fqn[len(fqn)-1]

// Add to result, and uppercase for better scalar support (`int` -> `Int`).
// Base is guaranteed to be at least one character long so `[1:]` is safe.
result += cases.Title(language.Und, cases.NoLower).String(base)
}
name = result
Expand Down

0 comments on commit 59a2951

Please sign in to comment.