Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 18, 2024
1 parent 08fcca4 commit e996df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct RenderState {
/// Wgpu adapter used for rendering.
pub adapter: Arc<wgpu::Adapter>,

/// All the avilable adapters.
/// All the available adapters.
pub available_adapters: Arc<[wgpu::Adapter]>,

/// Wgpu device used for rendering, created from the adapter.
Expand Down

0 comments on commit e996df6

Please sign in to comment.