Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Nov 30, 2023
1 parent 523870b commit 75a8db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
type Unit string

const (
// UnitPatterUNECE is a regular expression for UN/ECE unit codes when a unit is not covered by GOBL.
// UnitPatternUNECE is a regular expression for UN/ECE unit codes when a unit is not covered by GOBL.
UnitPatternUNECE = `^[A-Z0-9]{2,3}$`
// UnitUNECEMutuallyDefined is the UN/ECE code for mutually defined units.
UnitUNECEMutuallyDefined cbc.Code = `ZZ`
Expand Down

0 comments on commit 75a8db4

Please sign in to comment.