Skip to content

Commit

Permalink
Update quint/src/parsing/parseErrors.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Konnov <[email protected]>
  • Loading branch information
bugarela and konnov authored Oct 10, 2023
1 parent efbc6e7 commit ca9fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/parsing/parseErrors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { QuintError } from '../quintError'

export function undercaseTypeError(id: bigint, name: string): QuintError {
export function lowercaseTypeError(id: bigint, name: string): QuintError {
return {
code: 'QNT007',
message: 'type names must start with an uppercase letter',
Expand Down

0 comments on commit ca9fa97

Please sign in to comment.