Skip to content

Commit c3a4be2

Browse files
makenowjustapstndb
andauthored
Update ast/ast.go
Co-authored-by: apstndb <803393+apstndb@users.noreply.github.com>
1 parent 46fd328 commit c3a4be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/ast.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ package ast
4444
// and the receiver must be the non-pointer node struct type.
4545
// - Each node struct must have pos and end comments.
4646
// - Each node struct must have template lines in its doc comment.
47-
// - The fields of each node must be oredered by the position.
47+
// - The fields of each node must be ordered by the position.
4848

4949
//go:generate go run ../tools/gen-ast-pos/main.go -astfile ast.go -constfile ast_const.go -outfile pos.go
5050

0 commit comments

Comments
 (0)