Skip to content

Commit

Permalink
誤字訂正
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 18, 2024
1 parent 11be136 commit 32be19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/__internal/interop/raii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub enum MaybeClosed<T> {

// [`mapped_lock_guards`]のようなことをやるためのユーティリティ。
//
// `T: 'static`が入っているのは、`T` outlive `G`の関係にすることによりouroborosに突っ込んでSafe
// `T: 'static`が入っているのは、`T` outlives `G`の関係にすることによりouroborosに突っ込んでSafe
// Rustで記述しきるため。
//
// [`mapped_lock_guards`]: https://github.com/rust-lang/rust/issues/117108
Expand Down

0 comments on commit 32be19f

Please sign in to comment.