Skip to content

Commit

Permalink
typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessizeland authored and alexmoon committed Nov 6, 2024
1 parent c0e960c commit 218acc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uuid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub mod units;
///
/// The full 128-bit value of a 16-bit or 32-bit UUID may be computed by a simple arithmetic operation.
///
/// 128_bit_value = 16_bit_value × 296 + Bluetooth_Base_UUID
/// 128_bit_value = 16_bit_value × 2^96 + Bluetooth_Base_UUID
pub const BLUETOOTH_BASE_UUID: [u8; 16] = [
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB,
];
Expand Down

0 comments on commit 218acc8

Please sign in to comment.