Skip to content

Commit

Permalink
Update glutin/src/context.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marijn Suijten <[email protected]>
  • Loading branch information
kchibisov and MarijnS95 authored Nov 13, 2024
1 parent 1ffe959 commit 45581d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glutin/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub trait PossiblyCurrentGlContext: Sealed {
/// Returns `true` if this context is the current one in this thread.
fn is_current(&self) -> bool;

/// Make the context not current to the current thread and change its type
/// Make the context not current on the calling thread and change its type
/// to [`Self::NotCurrentContext`].
///
/// # Platform specific
Expand Down

0 comments on commit 45581d9

Please sign in to comment.