Skip to content

Commit

Permalink
[rs] Merge gfx-rs#459
Browse files Browse the repository at this point in the history
459: Fix typo r=cwfitzgerald a=JMS55



Co-authored-by: JMS55 <[email protected]>
  • Loading branch information
bors[bot] and JMS55 authored Jul 20, 2020
2 parents 6bdd7cd + 1f12ed2 commit 5001e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn test_vertex_attr_array() {

/// Macro to load a SPIR-V module statically.
///
/// It ensure the word alignment as well as the magic number.
/// It ensures the word alignment as well as the magic number.
#[macro_export]
macro_rules! include_spirv {
($($token:tt)*) => {
Expand Down

0 comments on commit 5001e86

Please sign in to comment.