mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Use non-binary pronouns in comments. (#13209)
* use non binary pronouns in comments * cargo fmt * fix the use of "it" with "they" when dealing about an opperations identity
This commit is contained in:
@@ -1494,7 +1494,7 @@ where
|
||||
// this way we can revert it if there's any error
|
||||
let mut old_epoch_changes = None;
|
||||
|
||||
// Use an extra scope to make the compiler happy, because otherwise he complains about the
|
||||
// Use an extra scope to make the compiler happy, because otherwise it complains about the
|
||||
// mutex, even if we dropped it...
|
||||
let mut epoch_changes = {
|
||||
let mut epoch_changes = self.epoch_changes.shared_data_locked();
|
||||
|
||||
Reference in New Issue
Block a user