Fix typo in ResultMetadataType.java (#1410)

identifer -> identifier
This commit is contained in:
Ikko Ashimine 2021-07-27 08:46:34 +09:00 committed by GitHub
parent 32331c0708
commit 1499c92178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ public enum ResultMetadataType {
/** /**
* Barcode Symbology Identifier. * Barcode Symbology Identifier.
* Note: According to the GS1 specification the identifer may have to replace a leading FNC1/GS character when prepending to the barcode content. * Note: According to the GS1 specification the identifier may have to replace a leading FNC1/GS character when prepending to the barcode content.
*/ */
SYMBOLOGY_IDENTIFIER, SYMBOLOGY_IDENTIFIER,
} }