Skip to content

Conversation

mkeeter
Copy link
Contributor

@mkeeter mkeeter commented May 25, 2025

  • I have followed the instructions in the PR template

check.sh is failing due to a typo:

$ ./scripts/check.sh
+ export 'RUSTFLAGS=-D warnings'
+ RUSTFLAGS='-D warnings'
+ export 'RUSTDOCFLAGS=-D warnings'
+ RUSTDOCFLAGS='-D warnings'
+ typos
error: `expecially` should be `especially`
  --> ./crates/egui-wgpu/Cargo.toml:46:29
   |
46 | ## It may make code easier, expecially when targeting both native and web.
   |                             ^^^^^^^^^^
   |

This PR fixes that typo.

@mkeeter mkeeter requested a review from Wumpf as a code owner May 25, 2025 00:32
Copy link

Preview available at https://egui-pr-preview.github.io/pr/7083-fix-wgpu-cargo-typo
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

Copy link
Collaborator

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@Wumpf Wumpf added docs and examples Improving and adding documentation and examples exclude from changelog labels May 25, 2025
@Wumpf Wumpf merged commit a085d0b into emilk:main May 25, 2025
27 of 28 checks passed
darkwater pushed a commit to darkwater/egui that referenced this pull request Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs and examples Improving and adding documentation and examples exclude from changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants