refactor: pointer comments
This commit is contained in:
parent
062d72f243
commit
f33d30eb87
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user