1
Fork 0

library: consistently use American spelling for 'behavior'

This commit is contained in:
Ralf Jung 2024-10-25 12:01:08 +02:00
parent 017ae1b21f
commit 854e3c43e0
46 changed files with 75 additions and 75 deletions

View file

@ -153,7 +153,7 @@ pub trait FileExt {
///
/// It is possible to inadvertently set this flag, like in the example below.
/// Therefore, it is important to be vigilant while changing options to mitigate
/// unexpected behaviour.
/// unexpected behavior.
///
/// ```no_run
/// use std::fs::File;