Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philandstuff committed Feb 22, 2020
1 parent e7f480c commit 5eaebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ type (
// A DoubleLit is a literal Value of type Double.
DoubleLit float64

// A IntegerLit is a literal Value of type Integer.
// An IntegerLit is a literal Value of type Integer.
IntegerLit int

// Some represents a Value which is present in an Optional type.
Expand Down

0 comments on commit 5eaebb8

Please sign in to comment.