Correct a typo (#3108)

This commit is contained in:
Benjamin Loison 2022-10-15 03:00:49 +02:00 committed by GitHub
parent b28a87e298
commit 435ce062a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
## Structure
For the simplest examples without using any helping code (see `framework.rs` here), check out:
- `hello ` for printing adapter information
- `hello` for printing adapter information
- `hello-triangle` for graphics and presentation
- `hello-compute` for pure computing