Skip to content

Commit

Permalink
fix: fix module description
Browse files Browse the repository at this point in the history
  • Loading branch information
twihno committed Nov 5, 2024
1 parent 755d3fa commit e4158df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/epc/grai.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Global Returnable Asset Identifier
//!
//! This is a combination of manager number assigned by GS1, an object class
//! assigned by that mananger, and a serial number which allows an item to
//! be uniquely identfied.
//! This is a combination of a company prefix assigned by GS1, an asset type
//! assigned by that company, and a serial number which allows an item to
//! be uniquely identified.
use crate::epc::{EPCValue, EPC};
use crate::error::Result;
use bitreader::BitReader;
Expand Down

0 comments on commit e4158df

Please sign in to comment.