Skip to content

Commit f69bf80

Browse files
committed
fix type: s/declaretion/declaration/
1 parent c91ca0d commit f69bf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strparse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package strparse provides convenience wrappers around `go/parser` for simple
2-
// expression, statement and declaretion parsing from string.
2+
// expression, statement and declaration parsing from string.
33
//
44
// Can be used to construct AST nodes using source syntax.
55
package strparse

0 commit comments

Comments
 (0)