Merge pull request #1000 from epage/dba

fix(dict): Don't correct dBA
This commit is contained in:
Ed Page 2024-04-16 11:55:49 -05:00 committed by GitHub
commit 21838b0e7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ impl BuiltIn {
fn correct_ident_with_dict<'s>(&self, ident: &str) -> Option<Status<'s>> {
match ident {
"O_WRONLY" => Some(Status::Valid),
"dBA" => Some(Status::Valid),
_ => None,
}
}

View file

@ -0,0 +1 @@
Audio volume: 23.6 dBA