fix typo in PowerPreference::LowPower description

This commit is contained in:
Conner Bryan 2021-05-11 19:10:06 -04:00 committed by GitHub
parent 58b83f3ff6
commit eda7031f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ pub enum Backend {
#[cfg_attr(feature = "trace", derive(Serialize))]
#[cfg_attr(feature = "replay", derive(Deserialize))]
pub enum PowerPreference {
/// Adapter that uses the least possible power. This is often an integerated GPU.
/// Adapter that uses the least possible power. This is often an integrated GPU.
LowPower = 0,
/// Adapter that has the highest performance. This is often a discrete GPU.
HighPerformance = 1,