summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-04 18:20:25 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-08-04 18:20:25 +0700
commitf3916decf25063ea23e03e63a65f0342cef09f1a (patch)
tree8e32d25cc0e3f18ccc07bda9336463494611dbde /examples
parentd7975a9de591a57b265c2d62078a65ffb9209696 (diff)
downloadiced-f3916decf25063ea23e03e63a65f0342cef09f1a.tar.gz
iced-f3916decf25063ea23e03e63a65f0342cef09f1a.tar.bz2
iced-f3916decf25063ea23e03e63a65f0342cef09f1a.zip
Fix typo in `integration` example
Diffstat (limited to 'examples')
-rw-r--r--examples/integration/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs
index ffa3bf48..b4f580a4 100644
--- a/examples/integration/src/main.rs
+++ b/examples/integration/src/main.rs
@@ -46,7 +46,7 @@ pub fn main() {
(
adapter
.get_swap_chain_preferred_format(&surface)
- .expect("Preffered format"),
+ .expect("Get preferred format"),
adapter
.request_device(
&wgpu::DeviceDescriptor {