Skip to content

Commit 5574c21

Browse files
author
Charlie Tonneslan
authored
Fix typo: dependant -> dependent in framework.rs comment (gfx-rs#9288)
1 parent f76801d commit 5574c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/features/src/framework.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub trait Example: 'static + Sized {
5353
fn render(&mut self, view: &wgpu::TextureView, device: &wgpu::Device, queue: &wgpu::Queue);
5454
}
5555

56-
// Initialize logging in platform dependant ways.
56+
// Initialize logging in platform dependent ways.
5757
fn init_logger() {
5858
cfg_if::cfg_if! {
5959
if #[cfg(target_arch = "wasm32")] {

0 commit comments

Comments
 (0)