refactor: pointer comments

This commit is contained in:
Inanc Gumus 2019-07-27 18:14:53 +03:00
parent 062d72f243
commit f33d30eb87
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ func parse(p *parser, line string) (parsed result) {
return
}
// update updates the errors for the given parsing result
// update updates all the parsing results using the given parsing result
func update(p *parser, parsed result) {
if p.lerr != nil {
return

View File

@ -59,7 +59,7 @@ func parse(p *parser, line string) (r result) {
return
}
// update updates the errors for the given parsing result
// update updates all the parsing results using the given parsing result
func update(p *parser, r result) {
if p.lerr != nil {
return