aya: fix miss doc period

pull/376/head
conectado 2 years ago
parent c30ae6e001
commit 3bed2c2b94
No known key found for this signature in database
GPG Key ID: 338C2256E2EB62D4

@ -205,7 +205,7 @@ bitflags! {
const DEBUG = 1; const DEBUG = 1;
/// Enables verbose verifier logging. /// Enables verbose verifier logging.
const VERBOSE = 2 | Self::DEBUG.bits; const VERBOSE = 2 | Self::DEBUG.bits;
/// Enables verifier stats /// Enables verifier stats.
const STATS = 4; const STATS = 4;
} }
} }

Loading…
Cancel
Save