Skip to content

Commit

Permalink
chore: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 8, 2024
1 parent a86025c commit edfd664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pj.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (p *PJ) LPZDist(a, b Coord) float64 {
return (float64)(C.proj_lpz_dist(p.pj, *(*C.PJ_COORD)(unsafe.Pointer(&a)), *(*C.PJ_COORD)(unsafe.Pointer(&b))))
}

// Trans transforms a single Coord.
// Trans transforms a single Coord in place.
func (p *PJ) Trans(direction Direction, coord Coord) (Coord, error) {
p.context.Lock()
defer p.context.Unlock()
Expand Down

0 comments on commit edfd664

Please sign in to comment.