We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fd328 commit c3a4be2Copy full SHA for c3a4be2
ast/ast.go
@@ -44,7 +44,7 @@ package ast
44
// and the receiver must be the non-pointer node struct type.
45
// - Each node struct must have pos and end comments.
46
// - Each node struct must have template lines in its doc comment.
47
-// - The fields of each node must be oredered by the position.
+// - The fields of each node must be ordered by the position.
48
49
//go:generate go run ../tools/gen-ast-pos/main.go -astfile ast.go -constfile ast_const.go -outfile pos.go
50
0 commit comments